build.yml revisions

This commit is contained in:
Irastris
2026-05-22 14:03:32 -04:00
parent ba6ef0d250
commit b7612bc2de
+13
View File
@@ -2,10 +2,23 @@ name: Build
on:
push:
branches:
- main
paths-ignore:
- '*.md'
- '*LICENSE'
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || format('run-{0}', github.run_id) }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
env:
SCCACHE_GHA_ENABLED: "true"