diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2023-07-24 00:54:05 -0700 |
|---|---|---|
| committer | Pinapelz <donaldshan1@outlook.com> | 2023-07-24 00:54:05 -0700 |
| commit | 01a5a2ff180b9e675d9ea5b48106b256a060fae2 (patch) | |
| tree | 0503323d054546369087aa9bf48155365e601a73 /.github | |
| parent | 6a359fc39636df587203b739015d29ecc75c6b3f (diff) | |
fix: branch rename from main to master
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9b3b66a..da0391d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ on: # Trigger the workflow every time you push to the `main` branch # Using a different branch name? Replace `main` with your branch’s name push: - branches: [ main ] + branches: [ master ] # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: |
