We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3deb42b + f45b2ab commit 07f9cddCopy full SHA for 07f9cdd
1 file changed
.github/workflows/build-test.yml
@@ -2,13 +2,12 @@ name: tests
2
3
on:
4
push:
5
- branches-ignore:
6
- - 'v*'
+ branches: [main]
7
pull_request:
8
9
jobs:
10
build:
11
- if: github.repository == 'SCECcode/pycsep'
+ if: github.repository == 'cseptesting/pycsep'
12
runs-on: ${{ matrix.os }}
13
strategy:
14
fail-fast: false
@@ -48,7 +47,7 @@ jobs:
48
47
49
50
build_pip:
51
52
53
54
0 commit comments