| author | |
| committer | |
| log | 18a131f3da97fc5ec8027859e71509468dfad885 |
| tree | d326f7b56f9d88e95ace4313a2e2af07f01ab645 |
| parent | cca2da16bdcc40dfc53e60a85dc666185823a1e9 |
| signature |
1 files changed, 3 insertions(+), 3 deletions(-)
.forgejo/workflows/ci.yaml+3-3| ... | ... | @@ -1,9 +1,9 @@ |
| 1 | 1 | name: ci |
| 2 | 2 | on: |
| 3 | 3 | pull_request: |
| 4 | # push: | |
| 5 | # branches: | |
| 6 | # - master | |
| 4 | push: | |
| 5 | branches: | |
| 6 | - master | |
| 7 | 7 | workflow_dispatch: |
| 8 | 8 | concurrency: |
| 9 | 9 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} |