Skip to content

Bump semver from 5.7.1 to 5.7.2 #20

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #20

Workflow file for this run

on:
push:
branches-ignore:
- prod
jobs:
build-dev:
uses: ./.github/workflows/build.yml
if: github.ref != 'refs/heads/master' # deploy if master
deploy-dev:
uses: ./.github/workflows/deploy.yml
if: github.ref == 'refs/heads/master' # deploy if master
with:
stage: dev