chore(deps): bump bats-core/bats-action from a466facb3c843466940afd8e88b7e7308ab84c93 to 3b6fd9e3d70ab0587e754b8b6c8aa9c2e6f61d02 #116
Workflow file for this run
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: azulzulu-8-alpine | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "azulzulu-8-alpine/**" | |
- .github/workflows/azulzulu-8-alpine.yml | |
- .github/workflows/_template.yml | |
- common.sh | |
- tags-for-dir.sh | |
- "tests/**" | |
- "!tests/*.ps*" | |
- "!tests/*.windows" | |
pull_request: | |
paths: | |
- "azulzulu-8-alpine/**" | |
- .github/workflows/azulzulu-8-alpine.yml | |
- .github/workflows/_template.yml | |
- common.sh | |
- tags-for-dir.sh | |
- "tests/**" | |
- "!tests/*.ps*" | |
- "!tests/*.windows" | |
jobs: | |
build: | |
uses: ./.github/workflows/_template.yml | |
with: | |
directory: azulzulu-8-alpine | |
secrets: inherit |