diff options
| -rw-r--r-- | .gitea/workflows/ci.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8cf5ebd..c2da595 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -3,7 +3,13 @@ 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 -on: [push] +on: + push: + branches: + - saturneric + +# only for branch saturneric + jobs: docker: |
