Skip to content

Commit 8219dd1

Browse files
author
Nabil Freij
authored
Prevent double CI on branch + PR (#79)
1 parent a6f072a commit 8219dd1

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
@@ -3,7 +3,8 @@ name: CI
33
on:
44
push:
55
branches:
6-
- '*'
6+
- 'main'
7+
- '*.*'
78
- '!*backport*'
89
tags:
910
- 'v*'

0 commit comments

Comments
 (0)