Skip to content

Commit

Permalink
Merge pull request #260 from pxp928/fix-go-test-workflow
Browse files Browse the repository at this point in the history
add missing trigger for push main branch in go-test workflow
  • Loading branch information
marcelamelara authored Jun 28, 2023
2 parents 3714252 + eff4f66 commit f1a1521
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-go-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Run Go tests
on:
workflow_dispatch:

push:
branches:
- main
paths:
- 'go/**'
# Want to trigger these tests whenever the attestation
# libraries are regenerated, or new modules/tests are
# added to the language bindings
Expand Down

0 comments on commit f1a1521

Please sign in to comment.