Update dependency laminas/laminas-config-aggregator to ^1.16.0 #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Status check for live branch | |
on: | |
push: | |
branches: | |
- staging | |
jobs: | |
commit-in-staging: | |
name: Commit is in the staging branch | |
runs-on: ubuntu-latest | |
steps: | |
- run: exit 0 |