Skip to content

Commit dc16b53

Browse files
committed
run promote on pull request
1 parent 0b6be5c commit dc16b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
promote:
3232
needs: build
3333
if: >
34-
github.event_name == 'push'
34+
github.event_name == 'push' || github.event_name == 'pull_request'
3535
runs-on: github-ubuntu-latest-s
3636
permissions:
3737
id-token: write

0 commit comments

Comments
 (0)