Skip to content

Commit

Permalink
trigger PHPMapScript build on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Jul 7, 2024
1 parent 7dfbabf commit ef613c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-mapscript-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- '*'
except:
- /^(cherry-pick-)?backport-\d+-to-/
pull_request:
branches:
- '*'
except:
- /^(cherry-pick-)?backport-\d+-to-/

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down

0 comments on commit ef613c5

Please sign in to comment.