Skip to content

add: GitHub actions workflows #1

add: GitHub actions workflows

add: GitHub actions workflows #1

Workflow file for this run

name: Test, Build & Push (dev)

Check failure on line 1 in .github/workflows/push_dev.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push_dev.yml

Invalid workflow file

`workflow_trigger` is not a valid event name
on:
workflow_trigger:
push:
branches:
- dev
env:
AWS_REGION: us-east-1
AWS_ROLE: arn:aws:iam::019120760881:role/prod-use1-github-oidc-role
AWS_ECR_REPOSITORY: probelab
jobs:
test:
name: Ants
uses: ./.github/workflows/jobs/test.yml
permissions:
id-token: write
contents: read
build_push:
name: Ants
uses: ./.github/workflows/jobs/build_push.yml
needs: test
permissions:
id-token: write
contents: read