Skip to content

Commit 6c9d6c7

Browse files
Change execution condition by branch
1 parent 85e9751 commit 6c9d6c7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
- cron: "0 10 * * *"
66
push:
77
branches:
8-
- "**"
8+
# - "**"
9+
- "main"
10+
# - "dev"
911
tags:
1012
- "v*.*.*"
1113
pull_request:

0 commit comments

Comments
 (0)