gh-actions: set 'on:' filter to build everything
- push and pull_request notifications for all branches
This commit is contained in:
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@@ -1,8 +1,6 @@
|
|||||||
name: ci-scripts build/test
|
name: ci-scripts build/test
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches: [ devel/gh-actions ]
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SETUP_PATH: .:.ci
|
SETUP_PATH: .:.ci
|
||||||
|
|||||||
Reference in New Issue
Block a user