Skip to content

Commit

Permalink
fixup! Add GitHub action to build, test and deploy the WASM code
Browse files Browse the repository at this point in the history
  • Loading branch information
the-c0d3br34k3r committed Aug 2, 2024
1 parent 5c52fde commit 885dc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go_wasm_build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
./run_tests
- name: Commit and push WASM static pages
if: github.event_name == 'push'
if: github.event_name == 'pull_request'
env:
CI_COMMIT_MESSAGE: Add WASM static pages - $(date +'%Y-%m-%dT%H:%M:%S')
CI_COMMIT_AUTHOR: padaiyal
Expand Down

0 comments on commit 885dc27

Please sign in to comment.