ci: enable Forgejo Actions on master pushes
1 files changed, 3 insertions(+), 3 deletions(-)
.forgejo
workflows
.forgejo/workflows/ci.yaml+3-3
| ... | @@ -1,9 +1,9 @@ | ... | @@ -1,9 +1,9 @@ |
| 1 | name: ci | 1 | name: ci |
| 2 | on: | 2 | on: |
| 3 | pull_request: | 3 | pull_request: |
| 4 | # push: | 4 | push: |
| 5 | # branches: | 5 | branches: |
| 6 | # - master | 6 | - master |
| 7 | workflow_dispatch: | 7 | workflow_dispatch: |
| 8 | concurrency: | 8 | concurrency: |
| 9 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} | 9 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} |