Skip to content

Commit 3c98f8d

Browse files
DreierFclaude
andcommitted
Avoid duplicate CI runs on feature branches with open PRs
Restrict push trigger to master and version tags only. Feature branches are covered by the pull_request trigger. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1d32e42 commit 3c98f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22

33
on:
44
push:
5-
branches: '**'
5+
branches: master
66
tags: 'v*'
77
pull_request:
88
branches: '**'

0 commit comments

Comments
 (0)