Skip to content

Commit 18a131f

Browse files
committed
ci: enable Forgejo Actions on master pushes
1 parent cca2da1 commit 18a131f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.forgejo/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: ci
22
on:
33
pull_request:
4-
# push:
5-
# branches:
6-
# - master
4+
push:
5+
branches:
6+
- master
77
workflow_dispatch:
88
concurrency:
99
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}

0 commit comments

Comments
 (0)