We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549cc71 commit 032a983Copy full SHA for 032a983
1 file changed
.github/workflows/blank.yml
@@ -3,12 +3,12 @@
3
name: CI
4
5
# Controls when the action will run. Triggers the workflow on push or pull request
6
-# events but only for the master branch
+# events but only for the master or main branch
7
on:
8
push:
9
- branches: [ master ]
+ branches: [ master, main ]
10
pull_request:
11
12
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
jobs:
@@ -20,7 +20,7 @@ jobs:
20
# Steps represent a sequence of tasks that will be executed as part of the job
21
steps:
22
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
24
25
# Runs a single command using the runners shell
26
- name: Run a one-line script
0 commit comments