1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

prevent CI creating 2 events on each pull request push

This commit is contained in:
Piotr Kwiecinski 2023-12-01 11:52:23 +01:00
parent 319315c019
commit 4d2bdf497a
6 changed files with 31 additions and 6 deletions

View file

@ -9,7 +9,11 @@ name: GnuTests
# * note: to run a single test => `REPO/util/run-gnu-test.sh PATH/TO/TEST/SCRIPT`
on: [push, pull_request]
on:
pull_request:
push:
branches:
- main
permissions:
contents: read