Skip to content

Commit 07f9cdd

Browse files
authored
Merge pull request #288 from cseptesting/286-need-updating-gh-workflow
ci: updated repo name in build-test.yml
2 parents 3deb42b + f45b2ab commit 07f9cdd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: tests
22

33
on:
44
push:
5-
branches-ignore:
6-
- 'v*'
5+
branches: [main]
76
pull_request:
87

98
jobs:
109
build:
11-
if: github.repository == 'SCECcode/pycsep'
10+
if: github.repository == 'cseptesting/pycsep'
1211
runs-on: ${{ matrix.os }}
1312
strategy:
1413
fail-fast: false
@@ -48,7 +47,7 @@ jobs:
4847
4948
5049
build_pip:
51-
if: github.repository == 'SCECcode/pycsep'
50+
if: github.repository == 'cseptesting/pycsep'
5251
runs-on: ${{ matrix.os }}
5352
strategy:
5453
fail-fast: false

0 commit comments

Comments
 (0)