workflow fix
This commit is contained in:
parent
0cecf9cc72
commit
12afd5e0be
1 changed files with 1 additions and 3 deletions
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
|
@ -1,7 +1,5 @@
|
||||||
name: Tests and analysis
|
name: Tests and analysis
|
||||||
on:
|
on: push
|
||||||
push:
|
|
||||||
branches-ignore: [main]
|
|
||||||
jobs:
|
jobs:
|
||||||
test-and-analyze:
|
test-and-analyze:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue