We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d137d54 commit 79f2d22Copy full SHA for 79f2d22
.github/workflows/ci.yml
@@ -5,12 +5,12 @@ name: ci
5
on:
6
push:
7
branches:
8
- - $default-branch
+ - master
9
paths-ignore:
10
- 'docs/**'
11
pull_request:
12
13
14
schedule:
15
# * is a special character in YAML so you have to quote this string
16
- cron: '3 14 15 * *'
@@ -26,7 +26,7 @@ jobs:
26
steps:
27
- uses: actions/checkout@v2
28
with:
29
- ref: ''
+ ref: 'master'
30
- name: Set up Python 3.8
31
uses: actions/setup-python@v2
32
0 commit comments