We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 956826d commit 6405a30Copy full SHA for 6405a30
.github/workflows/publish.yml
@@ -6,7 +6,6 @@ on:
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
9
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
10
steps:
11
- uses: actions/checkout@v4
12
- name: Publish
0 commit comments