diff options
| author | Bobby <[email protected]> | 2024-10-15 18:22:40 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-10-15 18:22:40 -0400 |
| commit | cf21403a416a2a0b21acaa3e27bc32a9618b859c (patch) | |
| tree | ba4fe89828ee642009b9ab5423224a4eb5c84aab | |
| parent | 226d3a1112e52073f8557d396cd80533ed8bce53 (diff) | |
| download | thatcomputerscientist-cf21403a416a2a0b21acaa3e27bc32a9618b859c.tar.xz thatcomputerscientist-cf21403a416a2a0b21acaa3e27bc32a9618b859c.zip | |
crazy people run dev updates on deployment and dont even deploy
| -rw-r--r-- | .github/workflows/main.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 27fc49b1..0b12e6a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,8 @@ name: remote ssh command -on: [push] +on: + push: + branches: + - main jobs: build: name: Build |
