We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22db926 commit dd39242Copy full SHA for dd39242
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
publish:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
- name: install
17
run:
18
pip install -r requirements.txt
.github/workflows/test.yml renamed to .github/workflows/tests.yml
@@ -1,18 +1,19 @@
1
-name: Test
+name: Tests
2
3
on:
4
push:
5
- # tags:
6
- # - 'v*'
+ pull_request:
+ branches: [ master ]
7
8
env:
9
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
10
11
jobs:
test:
+
19
@@ -31,8 +32,9 @@ jobs:
31
32
33
build:
34
35
36
37
38
39
40
0 commit comments