change github deploy action branch to main from master

This commit is contained in:
2023-02-21 00:25:08 +10:30
parent a4313709ff
commit 7b8af35f42

View File

@ -4,7 +4,7 @@ name: Deploy to neocities
on:
push:
branches:
- master
- main
concurrency: # prevent concurrent deploys doing strange things
group: deploy-to-neocities