Skip to content

Commit f73a7b3

Browse files
committed
ci: run on *_dev branch push events.
This makes it easier to test CI before opening a PR without needing to make changes to the CI config, simply name your branch with a `_dev` suffix.
1 parent c68e79c commit f73a7b3

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
on:
22
push:
33
branches:
4-
- main
4+
- main
5+
- "*_dev"
56
pull_request:
67

78
name: CI

0 commit comments

Comments
 (0)