Skip to content

Commit

Permalink
chore: standardize workflow triggers (#3277)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Oct 24, 2023
1 parent 74bd517 commit 323332a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-acvm-js.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test acvm_js

on: [push, pull_request]
on:
pull_request:
merge_group:
push:
branches:
- master

# This will cancel previous runs when a branch or PR is updated
concurrency:
Expand Down

0 comments on commit 323332a

Please sign in to comment.