diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-11-13 15:40:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-13 15:40:16 +0100 |
| commit | ca59707e20ab1e093092b61feab786548c102829 (patch) | |
| tree | 00c23f260c0a0510dc460f2392a5804804828600 /.github/workflows | |
| parent | 21920e0e8892c86f686efeee3611ca835d26385c (diff) | |
| parent | f31738cb5dde98810d7eece120b139665484f5df (diff) | |
Merge pull request #197 from Troid-Tech/no-deploy-on-pr
Do not deploy on PR
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 36f2cb8..5b25aa7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,9 +4,6 @@ on: push: branches: - master - pull_request: - branches: - - master jobs: build: |
