Skip to content

Commit 8e36caa

Browse files
imlk0claude
andcommitted
ci: run workflows on PRs to any branch
Remove 'branches: master' restriction from pull_request triggers so all CI workflows fire on PRs targeting any branch, not just master. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7949ba1 commit 8e36caa

6 files changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/build-deb.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
tags:
88
- "v*.*.*"
99
pull_request:
10-
branches:
11-
- 'master'
1210

1311
jobs:
1412
build:

.github/workflows/build-rpm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
tags:
88
- "v*.*.*"
99
pull_request:
10-
branches:
11-
- 'master'
1210

1311
jobs:
1412
create-tarball:

.github/workflows/clippy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
tags:
88
- "v*.*.*"
99
pull_request:
10-
branches:
11-
- 'master'
1210

1311
jobs:
1412
clippy:

.github/workflows/rust-fmt.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
tags:
88
- "v*.*.*"
99
pull_request:
10-
branches:
11-
- 'master'
1210

1311
jobs:
1412
fmt:

.github/workflows/shellcheck.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
tags:
88
- "v*.*.*"
99
pull_request:
10-
branches:
11-
- 'master'
1210

1311
jobs:
1412
shellcheck:

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
tags:
88
- "v*.*.*"
99
pull_request:
10-
branches:
11-
- 'master'
1210

1311
jobs:
1412
test:

0 commit comments

Comments
 (0)