We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d72fc5d + 590be53 commit 8c3466dCopy full SHA for 8c3466d
1 file changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@
12
#
13
# TRIGGERS:
14
# - Pull requests to main/development branches
15
-# - Push to development branch (for CI monitoring/iteration)
+# - Push to main or development branches
16
# - Manual runs via workflow_dispatch
17
18
# DO NOT create additional workflow files for:
@@ -35,6 +35,7 @@ name: CI
35
on:
36
push:
37
branches:
38
+ - main
39
- development
40
pull_request:
41
0 commit comments