Skip to content

Commit 79f2d22

Browse files
committed
Update ci.yml
1 parent d137d54 commit 79f2d22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ name: ci
55
on:
66
push:
77
branches:
8-
- $default-branch
8+
- master
99
paths-ignore:
1010
- 'docs/**'
1111
pull_request:
1212
branches:
13-
- $default-branch
13+
- master
1414
schedule:
1515
# * is a special character in YAML so you have to quote this string
1616
- cron: '3 14 15 * *'
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v2
2828
with:
29-
ref: ''
29+
ref: 'master'
3030
- name: Set up Python 3.8
3131
uses: actions/setup-python@v2
3232
with:

0 commit comments

Comments
 (0)