Skip to content

Commit

Permalink
Restrict auto builds to release branches.
Browse files Browse the repository at this point in the history
Improve build name in GitHub UI.
  • Loading branch information
tardis4500 committed Sep 2, 2024
1 parent e3cd98f commit 02421bb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: Git Stream Build
run-name: Build - ${{ github.run_id }}
on:
workflow_dispatch:
push:
branches:
- main
- release/*
pull_request:
workflow_dispatch:
branches:
- main
- release/*
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
Expand Down

0 comments on commit 02421bb

Please sign in to comment.