diff options
| author | saturneric <[email protected]> | 2025-11-09 00:31:54 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2025-11-09 00:31:54 +0000 |
| commit | dd72c79ac9059121e9adb6b0980ce0d492496b3b (patch) | |
| tree | 1b8b43b3b8f489bb803d6517da9ca8475f146fc9 | |
| parent | chore(ci): limit workflow to `saturneric` branch (diff) | |
| download | cgit-dd72c79ac9059121e9adb6b0980ce0d492496b3b.tar.gz cgit-dd72c79ac9059121e9adb6b0980ce0d492496b3b.zip | |
chore(ci): update workflow trigger to `saturneric` branch
* Restrict CI workflow to run only on pushes to the `saturneric` branch
* Clarifies workflow intent by removing outdated comments about the main branch
* Helps prevent unintentional workflow runs on other branches
| -rw-r--r-- | .gitea/workflows/ci.yaml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index c2da595..975d7cc 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,16 +1,11 @@ name: CI -# For all pushes to the main branch run the tests and push the image to the -# GitHub registry under an edge tag so we can use it for the nightly -# integration tests +# Trigger on push to saturneric branch on: push: branches: - saturneric -# only for branch saturneric - - jobs: docker: runs-on: ubuntu-latest-server |
