Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#2327 from Significant-Gravita…
Browse files Browse the repository at this point in the history
…s/automatic-CI

Make Continuous Integration Automatic
  • Loading branch information
richbeales authored Apr 18, 2023
2 parents 0664b73 + 7ac2960 commit 4c2a566
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:
- master
pull_request:
branches:
- master
- '**'
pull_request_target:
branches:
- '**'

jobs:
build:
Expand Down

0 comments on commit 4c2a566

Please sign in to comment.