Skip to content

Commit e64b744

Browse files
committed
ci: stop running on non master branches
1 parent 46c26f8 commit e64b744

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.github/workflows/formats.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name: 🧹 Formats
22

33
on:
4+
pull_request:
5+
branches: [main, master]
6+
paths-ignore:
7+
- "CHANGELOG.md"
48
push:
9+
branches: [main, master]
510
paths-ignore:
611
- "CHANGELOG.md"
7-
pull_request:
812

913
jobs:
1014
ci:

.github/workflows/release-please.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
on:
22
push:
3-
branches:
4-
- master
3+
branches: [main, master]
54

65
permissions:
76
contents: write

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name: 🤖 Tests
22

33
on:
4+
pull_request:
5+
branches: [main, master]
6+
paths-ignore:
7+
- "CHANGELOG.md"
48
push:
9+
branches: [main, master]
510
paths-ignore:
611
- "CHANGELOG.md"
7-
pull_request:
812

913
jobs:
1014
ci:

0 commit comments

Comments
 (0)