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 0ec853a commit 13ade22Copy full SHA for 13ade22
.github/workflows/main.yml
@@ -83,7 +83,7 @@ jobs:
83
GH_TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}
84
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
85
needs: [build, test]
86
- if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta')
+ if: github.event_name == 'push'
87
steps:
88
- uses: actions/checkout@v1
89
0 commit comments