Skip to content

Commit 40bcb63

Browse files
committed
ci: avoid duplicate runs for PR branches
1 parent 1e4de9a commit 40bcb63

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ permissions:
55

66
on:
77
push:
8+
branches: ['main', 'rel-*', 'ci/*']
9+
tags: ['**']
810
pull_request:
911
merge_group:
1012
schedule:

0 commit comments

Comments
 (0)