Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#
# TRIGGERS:
# - Pull requests to main/development branches
# - Push to development branch (for CI monitoring/iteration)
# - Push to main or development branches
# - Manual runs via workflow_dispatch
#
# DO NOT create additional workflow files for:
Expand All @@ -35,6 +35,7 @@ name: CI
on:
push:
branches:
- main
- development
pull_request:
branches:
Expand Down
Loading