1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

github/action: on fork, run the CI for all the branches (currently: only main)

This commit is contained in:
Sylvestre Ledru 2025-03-28 17:06:20 +01:00
parent e4c4200358
commit b530fdcc88
7 changed files with 7 additions and 7 deletions

View file

@ -21,7 +21,7 @@ on:
tags:
- '*'
branches:
- main
- '*'
permissions:
contents: read # to fetch code (actions/checkout)

View file

@ -8,7 +8,7 @@ env:
on:
push:
branches:
- main
- '*'
paths:
- 'util/**/*.sh'
pull_request:

View file

@ -13,7 +13,7 @@ on:
pull_request:
push:
branches:
- main
- '*'
permissions:
contents: read

View file

@ -8,7 +8,7 @@ on:
pull_request:
push:
branches:
- main
- '*'
permissions:

View file

@ -7,7 +7,7 @@ on:
pull_request:
push:
branches:
- main
- '*'
env:
# * style job configuration

View file

@ -10,7 +10,7 @@ on:
pull_request:
push:
branches:
- main
- '*'
permissions:
contents: read # to fetch code (actions/checkout)

View file

@ -6,7 +6,7 @@ on:
pull_request:
push:
branches:
- main
- '*'
permissions:
contents: read # to fetch code (actions/checkout)