Skip to content

Commit

Permalink
Merge pull request #33 from Dhii/maint/build-on-push-and-dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
XedinUnknown authored Sep 21, 2024
2 parents 64426e8 + 37343b7 commit dc0e876
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ on:
branches:
- '*.*.*'
- 'master'
push:
branches:
- '*.*.*'
- 'master'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dc0e876

Please sign in to comment.