From f3c0db8c6a57db4d16364b2c54e70df75e3ba08f Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 5 Nov 2023 11:14:14 -0500 Subject: [PATCH] ci: fix branch type --- .forgejo/workflows/deployment/deploy-systems.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deployment/deploy-systems.yml b/.forgejo/workflows/deployment/deploy-systems.yml index c230630..d4b9a63 100644 --- a/.forgejo/workflows/deployment/deploy-systems.yml +++ b/.forgejo/workflows/deployment/deploy-systems.yml @@ -3,7 +3,7 @@ name: deploy systems on: push: branches: - - main + - master jobs: deploy: runs-on: ubuntu-latest