mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-13 19:45:47 +02:00
Update .github/workflows/files-changed.yml
This commit is contained in:
parent
f3423d05a5
commit
50ba3580fd
3
.github/workflows/files-changed.yml
vendored
3
.github/workflows/files-changed.yml
vendored
@ -36,7 +36,8 @@ jobs:
|
||||
id: changes
|
||||
with:
|
||||
# needed for `act_runner exec`
|
||||
base: ${{ env.ACT_EXEC == 'true' && 'HEAD' || '' }}
|
||||
base: main
|
||||
ref: ${{ env.ACT_EXEC == 'true' && 'HEAD' || env.GITHUB_REF }}
|
||||
filters: |
|
||||
backend:
|
||||
- "**/*.go"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user