Skip to content

Commit

Permalink
Add additional triggers for CI needed for required checks (#8)
Browse files Browse the repository at this point in the history
* Add additional triggers for CI needed for required checks

* Update when pull is run
  • Loading branch information
rivernate authored Jul 19, 2024
1 parent 6295cb6 commit d88b3be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI
on: [pull_request]
on:
pull_request:
merge_group:
push:
branches:
- mdl-1.x

jobs:
tests:
name: runner / tests
Expand Down

0 comments on commit d88b3be

Please sign in to comment.