mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 06:01:41 +02:00
.github: Run CI workflow only for PR events
Building for the branch push event causes two builds per PR and is not needed anyway (we have nightly builds for the main branch). Only consider PR events to trigger the CI build.
This commit is contained in:
parent
0aaf36555f
commit
37253cd499
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -1,6 +1,5 @@
|
||||
name: "Run build"
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user