Skip to content

Commit

Permalink
Update workflows to include main branch as trigger (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Feb 1, 2021
1 parent 90490ec commit a7d455d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: build_and_test
on:
push:
branches: [master]
branches:
- master
- main
pull_request:
env:
TEST_RESULTS: /tmp/test-results # path to where test results will be saved
Expand Down

0 comments on commit a7d455d

Please sign in to comment.