Skip to content

Commit 586c243

Browse files
committed
workflows only trigger on main
1 parent bafd82d commit 586c243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ run-name: Testing ${{ github.actor }}'s changes
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
jobs:
1111
unit-test:
1212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)