Skip to content

Commit 61d6a87

Browse files
committed
Check only on pushes to main
1 parent bb26aeb commit 61d6a87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code-style.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: code-style
33
on:
44
pull_request:
55
push:
6-
branches: [master, main]
6+
branches: [main]
77

88
jobs:
99
code-style:

.github/workflows/test-and-pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Tests
66
on:
77
pull_request:
88
push:
9-
branches: [master, main]
9+
branches: [main]
1010

1111
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1212
jobs:

0 commit comments

Comments
 (0)