Skip to content

Commit 3eb5a0d

Browse files
committed
only run default workflow on branches
1 parent a9bf660 commit 3eb5a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
tags-ignore:
5+
branches:
66
- '**'
77

88
jobs:

0 commit comments

Comments
 (0)