Skip to content

Commit

Permalink
Update when pull is run
Browse files Browse the repository at this point in the history
  • Loading branch information
rivernate committed Jul 19, 2024
1 parent bf853b6 commit d1ca5ab
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, merge_group, push]
on:
pull_request:
merge_group:
push:
branches:
- mdl-1.x

jobs:
tests:
name: runner / tests
Expand Down

0 comments on commit d1ca5ab

Please sign in to comment.