make the GitHub action run on the master branch instead of the rewrite branch

This commit is contained in:
mmvanheusden
2022-07-08 21:42:51 +02:00
parent 9135dbd788
commit 14ecff0d12

View File

@@ -1,7 +1,7 @@
on:
push:
branches:
- rewrite
- master
pull_request:
workflow_dispatch: