gh-actions: set 'on:' filter to build everything

- push and pull_request notifications for all branches
This commit is contained in:
Ralph Lange
2020-06-29 12:13:28 +02:00
parent 9942f81988
commit ee362d84aa

View File

@@ -1,8 +1,6 @@
name: ci-scripts build/test
on:
push:
branches: [ devel/gh-actions ]
on: [push, pull_request]
env:
SETUP_PATH: .:.ci