Skip to content

Run GitHub Actions on features branches and PR #4

Run GitHub Actions on features branches and PR

Run GitHub Actions on features branches and PR #4

Workflow file for this run

name: Build app
on:
push:
branches:
- main
- testing
- features/*
pull_request:
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
call-test-app:
if: always()
uses: ./.github/workflows/_test.yaml