mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
ci: enable Forgejo Actions on master pushes
This commit is contained in:
parent
cca2da16bd
commit
18a131f3da
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
name: ci
|
||||
on:
|
||||
pull_request:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
concurrency:
|
||||
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue