diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 21280bd..c1ed3dc 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -1,6 +1,10 @@ -on: [push] +on: + push: + branches: + - "mistress" + jobs: test: - runs-on: docker + runs-on: ubuntu-latest steps: - run: echo All Good \ No newline at end of file