Skip to content

Commit 7e70df3

Browse files
committed
use main in workflows
Change-Id: Ib59204b0a3247f5fd3feb69e4458bb752698ddad
1 parent 781e5e9 commit 7e70df3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/run-on-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Run tests on a pr
22

33
on:
4-
# run on pull request to master excluding changes that are only on doc or example folders
4+
# run on pull request to main excluding changes that are only on doc or example folders
55
pull_request:
66
branches:
7-
- master
7+
- main
88
paths-ignore:
99
- "doc/**"
1010

.github/workflows/run-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Run tests
22

33
on:
4-
# run on push in master or rel_* branches excluding changes are only on doc or example folders
4+
# run on push in main or rel_* branches excluding changes are only on doc or example folders
55
push:
66
branches:
7-
- master
7+
- main
88
- "rel_*"
99
# branches used to test the workflow
1010
- "workflow_test_*"

0 commit comments

Comments
 (0)