We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c4241 commit 5bcc993Copy full SHA for 5bcc993
.github/workflows/cd.yml
@@ -5,14 +5,14 @@ name: CD
5
6
on:
7
push:
8
- branches: [ master ]
+ branches: [ master, main ]
9
10
jobs:
11
release:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout repo
15
- uses: actions/checkout@master
+ uses: actions/checkout@main
16
with:
17
fetch-depth: 0 # To fetch all history for tags
18
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
2
3
4
pull_request:
build:
0 commit comments