mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
prevent CI creating 2 events on each pull request push
This commit is contained in:
parent
319315c019
commit
4d2bdf497a
6 changed files with 31 additions and 6 deletions
6
.github/workflows/freebsd.yml
vendored
6
.github/workflows/freebsd.yml
vendored
|
@ -6,7 +6,11 @@ env:
|
|||
# * style job configuration
|
||||
STYLE_FAIL_ON_FAULT: true ## (bool) fail the build if a style job contains a fault (error or warning); may be overridden on a per-job basis
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue