mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-01-06 19:34:24 +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
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -1,6 +1,6 @@
|
||||
name: test
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
Loading…
x
Reference in New Issue
Block a user