Removed branch filter in gh action
This commit is contained in:
parent
468d096002
commit
cffe314f73
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -1,9 +1,7 @@
|
|||||||
name: build and run tests
|
name: build and run tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user