We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9fd97e commit b3090a9Copy full SHA for b3090a9
1 file changed
.github/workflows/test.yaml
@@ -1,14 +1,6 @@
1
name: Test
2
3
-on:
4
- push:
5
- branches:
6
- - '*'
7
- pull_request:
8
9
- - development
10
- - master
11
- - release
+on: [push, pull_request]
12
13
jobs:
14
tests:
@@ -34,10 +26,5 @@ jobs:
34
26
make install-test
35
27
pip install torch${{ matrix.pytorch-version }} torchvision
36
28
- name: Run test
37
- if: contains('refs/heads/master refs/heads/development refs/heads/release', github.ref)
38
29
run: |
39
30
make test
40
- - name: Run test-light
41
- if: contains('refs/heads/master refs/heads/development refs/heads/release', github.ref) != 1
42
- run: |
43
- make test-light
0 commit comments