update branch triggers (#1923)

This commit is contained in:
Pheenoh 2023-09-11 03:09:15 -06:00 committed by GitHub
parent 874d2ce335
commit 696024598c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: run Doxygen to generate docs
on:
push:
branches:
- master
- main
jobs:
build:

View File

@ -3,10 +3,10 @@ name: OK Check / Progress Push
on:
pull_request:
branches:
- master
- main
push:
branches:
- master
- main
env:
GITHUB_ORG: "zeldaret"