We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781e5e9 commit 7e70df3Copy full SHA for 7e70df3
2 files changed
.github/workflows/run-on-pr.yaml
@@ -1,10 +1,10 @@
1
name: Run tests on a pr
2
3
on:
4
- # run on pull request to master excluding changes that are only on doc or example folders
+ # run on pull request to main excluding changes that are only on doc or example folders
5
pull_request:
6
branches:
7
- - master
+ - main
8
paths-ignore:
9
- "doc/**"
10
.github/workflows/run-test.yaml
name: Run tests
- # run on push in master or rel_* branches excluding changes are only on doc or example folders
+ # run on push in main or rel_* branches excluding changes are only on doc or example folders
push:
- "rel_*"
# branches used to test the workflow
- "workflow_test_*"
0 commit comments