Skip to content

Commit

Permalink
run ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylyzo committed Mar 22, 2024
1 parent e68886c commit da0967f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Upload Nightly Build
uses: actions/[email protected]
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/master'
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
with:
name: js
path: dist/js

0 comments on commit da0967f

Please sign in to comment.