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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ devel/gh-actions ]
|
||||
on: [push, pull_request]
|
||||
|
||||
env:
|
||||
SETUP_PATH: .:.ci
|
||||
|
||||
Reference in New Issue
Block a user