Skip to content

Commit 1059c48

Browse files
committed
ci: only run on dev
1 parent 0f50430 commit 1059c48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/augular-html-parser-continuous-integration.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-
- main
6+
# @fisker don't run on main branch, since workflows there are from upstream
7+
- dev
78
pull_request:
89

910
permissions:

0 commit comments

Comments
 (0)