Skip to content

Commit 8355112

Browse files
committed
CI runs on dev
1 parent 0aaac17 commit 8355112

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ name: CI
1212

1313
on:
1414
push:
15-
branches: [ main ]
15+
branches: [ main, dev ]
1616
pull_request:
17-
branches: [ main ]
17+
branches: [ main, dev ]
1818

1919
# Cancel in-progress runs when a new run is triggered for the same branch/PR.
2020
# This prevents resource conflicts and saves CI minutes.

0 commit comments

Comments
 (0)