mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:04:43 +01: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
Add a link
Reference in a new issue