diff options
| -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 |
