Skip to content

Commit 18dfb1f

Browse files
committed
CI workflow
1 parent 72ffd98 commit 18dfb1f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: ci
2+
on:
3+
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
jobs:
9+
call-workflow:
10+
uses: craftcms/.github/.github/workflows/ci.yml@v1
11+
with:
12+
run_ecs: true
13+
run_phpstan: true
14+
secrets:
15+
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)