mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 22:38:41 +02:00
fix: workflow runs on PRs
This commit is contained in:
parent
b22ae6b2cc
commit
ec00e51696
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
@ -1,7 +1,9 @@
|
|||||||
name: Push Checks
|
name: Push Checks
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push
|
push:
|
||||||
|
pull_request:
|
||||||
|
- opened
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-and-build:
|
check-and-build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user