diff options
| author | seth <[email protected]> | 2024-05-21 20:15:49 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-21 20:15:49 -0400 |
| commit | da87043057f3d737eda4d38f00c669a43e26297d (patch) | |
| tree | 42d15f7eab07ffc1c3f065c37c2437fa9ad0e886 /.github/workflows | |
| parent | e8615964144b92d910fca165debcb68a0ffecf88 (diff) | |
ci: only test on pushes to main
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c348932..458b81f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,7 @@ name: CI on: push: + branches: [main] workflow_dispatch: jobs: |
