Skip to content

Commit 327b449

Browse files
committed
Do not run CI on all branches, only main, all tags and PRs
1 parent adf6a1f commit 327b449

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: CI
22
on:
33
push:
4-
branches: '*'
4+
branches:
5+
- main
56
tags: '*'
67
pull_request:
78
concurrency:

0 commit comments

Comments
 (0)