update github actions to reflect default branch name fix (#69)

wch-ch32v003
Matt Knight 2 years ago committed by GitHub
parent aab147d431
commit 0cde03507b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,9 +1,9 @@
name: Build
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
schedule:
- cron: "0 0 * * *"

Loading…
Cancel
Save