Skip to content

Commit 074dadb

Browse files
authored
ci: fix workflow branch targets and simplify pr-claude gate (#9)
1 parent abae7bb commit 074dadb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint.yml

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

33
on:
44
pull_request:
5-
branches: [main]
5+
branches: [main, master]
66
types: [opened, synchronize, ready_for_review]
77

88
jobs:

.github/workflows/tests-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Tests (E2E)'
22

33
on:
44
pull_request:
5-
branches: [main]
5+
branches: [main, master]
66
types: [opened, synchronize, ready_for_review]
77
paths:
88
- '.github/workflows/tests-e2e.yml'

.github/workflows/tests-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Tests (Unit)'
22

33
on:
44
pull_request:
5-
branches: [main]
5+
branches: [main, master]
66
types: [opened, synchronize, ready_for_review]
77

88
jobs:

0 commit comments

Comments
 (0)