mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2024-12-04 16:45:43 +01:00
Run build and test actions on pull_requests too
Signed-off-by: Patrick Rathje <git@patrickrathje.de>
This commit is contained in:
parent
ca90702af6
commit
b4b7d925f7
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: build
|
name: build
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: test
|
name: test
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user