diff --git a/.gitea/workflows/bump.yml b/.gitea/workflows/bump.yml index a591401..e6bfa56 100644 --- a/.gitea/workflows/bump.yml +++ b/.gitea/workflows/bump.yml @@ -10,7 +10,11 @@ on: description: 'Pre Release' required: false type: boolean - + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + jobs: test: runs-on: ubuntu-latest