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 5b274ff commit aa9f835Copy full SHA for aa9f835
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
25
package-test:
26
runs-on: ubuntu-latest
27
- if: github.ref == 'refs/heads/justin/publish-packs'
+ if: github.head_ref == 'refs/heads/justin/publish-packs'
28
29
permissions:
30
contents: write
0 commit comments