diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 245c5433..7cd386d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,10 @@ name: Sith 3 CI on: push: - branches: [master, taiste, refs/heads/master, refs/heads/taiste] + branches: [master, taiste] pull_request: - branches: [master, taiste, refs/heads/master, refs/heads/taiste] + branches: [master, taiste] + workflow_dispatch: jobs: black: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9cd0582e..2baa9578 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,7 +3,7 @@ concurrency: production on: push: - branches: [master, refs/heads/master] + branches: [master] workflow_dispatch: jobs: diff --git a/.github/workflows/taiste.yml b/.github/workflows/taiste.yml index a2ccaff0..83cab1d6 100644 --- a/.github/workflows/taiste.yml +++ b/.github/workflows/taiste.yml @@ -2,7 +2,7 @@ name: Sith3 taiste on: push: - branches: [taiste, refs/heads/taiste] + branches: [taiste] workflow_dispatch: jobs: