diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-27 07:16:03 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-27 07:16:03 -0500 |
| commit | c74c235d66db7501be59b5a5aecbab2366b8e6d2 (patch) | |
| tree | 978078656be6a565d29baaacbeb1718559834360 /.github | |
| parent | b245d9da15d0c609b14c1313408d315450e5640c (diff) | |
only deploy if changes to build branch
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy_static.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_static.yml b/.github/workflows/deploy_static.yml index 455b15c..f465dbc 100644 --- a/.github/workflows/deploy_static.yml +++ b/.github/workflows/deploy_static.yml @@ -2,7 +2,7 @@ name: Deploy Website to Github Pages on: push: - branches: ["main"] + branches: ["build"] workflow_dispatch: permissions: |
