chore(deps): bump bats-core/bats-action from d10af009fefda8d197ccc8c42d7b6998cc168f87 to 73f0f7d34ec09278ce76030c105fc6a8ddb1d726 #364
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: libericaopenjdk-11-debian | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- "libericaopenjdk-11-debian/**" | |
- .github/workflows/libericaopenjdk-11-debian.yml | |
- .github/workflows/_template.yml | |
- common.sh | |
- tags-for-dir.sh | |
- "tests/**" | |
- "!tests/*.ps*" | |
- "!tests/*.windows" | |
pull_request: | |
paths: | |
- "libericaopenjdk-11-debian/**" | |
- .github/workflows/libericaopenjdk-11-debian.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: libericaopenjdk-11-debian | |
secrets: inherit |