Skip to content

Commit 22820b1

Browse files
authored
Update main.yml
1 parent fbf9dbe commit 22820b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
8888

8989
demo:
90-
if: github.event_name == 'push' && github.ref == 'master'
90+
if: github.ref == 'master'
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: Set up Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)