Merge pull request #7604 from sylvestre/gh

github/action: on fork, run the CI for all the branches (currently: only main)
This commit is contained in:
Daniel Hofstetter
2025-03-29 08:32:13 +01:00
committed by GitHub
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ on:
tags:
- '*'
branches:
- main
- '*'
permissions:
contents: read # to fetch code (actions/checkout)
+1 -1
View File
@@ -8,7 +8,7 @@ env:
on:
push:
branches:
- main
- '*'
paths:
- 'util/**/*.sh'
pull_request:
+1 -1
View File
@@ -13,7 +13,7 @@ on:
pull_request:
push:
branches:
- main
- '*'
permissions:
contents: read
+1 -1
View File
@@ -8,7 +8,7 @@ on:
pull_request:
push:
branches:
- main
- '*'
permissions:
+1 -1
View File
@@ -7,7 +7,7 @@ on:
pull_request:
push:
branches:
- main
- '*'
env:
# * style job configuration
+1 -1
View File
@@ -10,7 +10,7 @@ on:
pull_request:
push:
branches:
- main
- '*'
permissions:
contents: read # to fetch code (actions/checkout)
+1 -1
View File
@@ -6,7 +6,7 @@ on:
pull_request:
push:
branches:
- main
- '*'
permissions:
contents: read # to fetch code (actions/checkout)