Update workflows to use release instead of develop (temporarily)

This commit is contained in:
Rory Powell 2022-06-06 11:18:41 +01:00
parent 4cdfb3c110
commit 89f571091c
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ on:
branches: branches:
- master - master
- develop - develop
- release
workflow_dispatch: workflow_dispatch:
env: env:

View File

@ -4,7 +4,7 @@ concurrency: release-develop
on: on:
push: push:
branches: branches:
- develop - release
paths: paths:
- '.aws/**' - '.aws/**'
- '.github/**' - '.github/**'