We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d707e commit 6ac3cf2Copy full SHA for 6ac3cf2
.github/workflows/main.yml
@@ -1,12 +1,12 @@
1
name: CI
2
3
# Controls when the action will run. Triggers the workflow on push or pull request
4
-# events but only for the master branch.
+# events but only for the main branch.
5
on:
6
push:
7
- branches: [ master ]
+ branches: [ main ]
8
pull_request:
9
10
11
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
12
jobs:
0 commit comments