Change how branches trigger workflows

This commit is contained in:
Syer10
2022-07-29 09:59:51 -04:00
parent 6e5c8094ec
commit bba1b54679
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: Preview CI
on:
push:
branches:
- master
- preview
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@@ -2,7 +2,7 @@ name: Update
on:
push:
branches:
- develop
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}