Skip to content

Merge branch 'main' of github.com:beeldengeluid/dane-visual-feature-e… #38

Merge branch 'main' of github.com:beeldengeluid/dane-visual-feature-e…

Merge branch 'main' of github.com:beeldengeluid/dane-visual-feature-e… #38

Workflow file for this run

name: main branch - test; deploy (ecr, tst, acc, aws)
on:
push:
branches:
- "main"
paths-ignore:
- README.md
- LICENSE
- docker-compose.yml
jobs:
test:
uses: ./.github/workflows/_test.yml
deploy:
uses: ./.github/workflows/_deploy.yml
permissions:
contents: read
packages: write
needs: [test]