Skip to content

Merge pull request #3 from msalsouri/staging-workflow #2

Merge pull request #3 from msalsouri/staging-workflow

Merge pull request #3 from msalsouri/staging-workflow #2

name: Stage the app

Check failure on line 1 in .github/workflows/deploy-staging.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-staging.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
on:
pull_request:
types: [labeled]
jobs:
build:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'stage')