Skip to content

Commit 6ac3cf2

Browse files
committed
main
1 parent c1d707e commit 6ac3cf2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: CI
22

33
# Controls when the action will run. Triggers the workflow on push or pull request
4-
# events but only for the master branch.
4+
# events but only for the main branch.
55
on:
66
push:
7-
branches: [ master ]
7+
branches: [ main ]
88
pull_request:
9-
branches: [ master ]
9+
branches: [ main ]
1010

1111
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1212
jobs:

0 commit comments

Comments
 (0)