Skip to content

Commit

Permalink
Merge pull request #57 from ngandrass/feature/optimize-ci-runs
Browse files Browse the repository at this point in the history
Feature: Optimize CI runs
  • Loading branch information
ngandrass authored Oct 29, 2024
2 parents ff5c012 + 1b35bec commit 9610e8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Moodle Plugin CI

on: [push, pull_request]
on:
push:
branches: [ "master", "develop" ]
pull_request:
branches: [ "master", "develop" ]

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Fix name of `QUIZ_ARCHIVER_PREVENT_REDIRECT_TO_LOGIN` environment variable in archive worker documentation
- Fix single unit test suit execution command in developer documentation
- Improve content spacing in docs
- Only run Moodle CI for commits and PRs on master and develop branches to prevent duplicate runs


## Version 2.1.0 (2024101000)
Expand Down

0 comments on commit 9610e8d

Please sign in to comment.