CI: Update workflow branch names

This commit is contained in:
Luke Street 2021-04-24 17:19:35 -04:00
parent ea56fec66c
commit 07c39542af
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Build
on:
push:
branches-ignore:
- master
- main
paths-ignore:
- '*.json'
- '*.md'

View File

@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main
paths-ignore:
- '*.json'
- '*.md'