We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6be5c commit dc16b53Copy full SHA for dc16b53
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
promote:
32
needs: build
33
if: >
34
- github.event_name == 'push'
+ github.event_name == 'push' || github.event_name == 'pull_request'
35
runs-on: github-ubuntu-latest-s
36
permissions:
37
id-token: write
0 commit comments