Skip to content

Commit

Permalink
Merge pull request #78 from strawlab/lopopolo/github-actions-triggers
Browse files Browse the repository at this point in the history
Scope 'push' GitHub Actions workflow trigger to 'main' branch
  • Loading branch information
astraw authored Oct 15, 2022
2 parents 5572bbc + 9c8cb15 commit f00bfb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: build

on:
push:
branches: [ '**' ]
branches:
- main
pull_request:
branches: [ '**' ]
schedule:
Expand Down

0 comments on commit f00bfb3

Please sign in to comment.