Merge pull request #34 from HEPLean/Workflows
feat: Add workflows for pull-requests
This commit is contained in:
commit
91e5b6ed06
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
name: continuous integration
|
||||
|
||||
|
|
1
.github/workflows/check_file_import.yml
vendored
1
.github/workflows/check_file_import.yml
vendored
|
@ -1,5 +1,6 @@
|
|||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
name: check file import
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue