Skip to content

Commit

Permalink
Merge pull request #39 from voxpupuli/modulesync
Browse files Browse the repository at this point in the history
Run CI on master branch
  • Loading branch information
bastelfreak authored Jan 14, 2024
2 parents d0fe697 + 52224b7 commit 4446a92
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

name: CI

on: pull_request
on:
pull_request: {}
push:
branches:
- main
- master

concurrency:
group: ${{ github.ref_name }}
Expand Down

0 comments on commit 4446a92

Please sign in to comment.