Fix branch name

This commit is contained in:
Max Isom 2021-12-13 20:28:56 -05:00
parent 761ac9f7ed
commit f91d69492f
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: Lint & build
on:
push:
branches:
- main
- master
jobs:
build:

View file

@ -4,7 +4,7 @@ on:
pull_request:
types: [opened, synchronize, ready_for_review, edited, closed]
branches:
- main
- master
jobs:
build: