run workflows on pull requests
This commit is contained in:
3
.github/workflows/acceptance.yaml
vendored
3
.github/workflows/acceptance.yaml
vendored
@@ -1,6 +1,5 @@
|
||||
name: acceptance
|
||||
on:
|
||||
push:
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
unittests:
|
||||
|
||||
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@@ -1,7 +1,6 @@
|
||||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
compile:
|
||||
|
||||
Reference in New Issue
Block a user