Skip to content

Commit 9bfdf7b

Browse files
authored
Update dist-pr.yml (#222)
Fixes incorrect branches: declaration
1 parent 3493f82 commit 9bfdf7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: Create release PR for dist
1717
on:
1818
push:
1919
branches:
20-
- dist
20+
- temp-build-branch
2121

2222
jobs:
2323
create-pr:
@@ -53,4 +53,4 @@ jobs:
5353
gh pr close "$EXISTING_PR"
5454
fi
5555
env:
56-
GH_TOKEN: ${{ secrets.GH_MERGE_TOKEN }}
56+
GH_TOKEN: ${{ secrets.GH_MERGE_TOKEN }}

0 commit comments

Comments
 (0)