Skip to content

Commit

Permalink
Update workflow events
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejbrown committed Sep 30, 2024
1 parent 38bd2c9 commit e489344
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Build
on:
- push
- pull_request
# Only run workflow when there is push to main or when there is a pull request to main
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
# When running with act (https://github.com/nektos/act), these lines need to be appended with the ACT variable
Expand Down

0 comments on commit e489344

Please sign in to comment.