Skip to content

Commit 403e7c0

Browse files
committed
Stop dual running CI
1 parent 7a2e770 commit 403e7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Main (test, releases)
22
on:
33
# # Indicates I want to run this workflow on all branches, PR, and tags
44
push:
5-
branches: ["*"]
5+
branches: ["master"]
66
tags: ["*"]
77
pull_request:
88
branches: [ "master" ]

0 commit comments

Comments
 (0)