Skip to content

Commit ec3e5fe

Browse files
authoredJan 31, 2024
Only run CI on PR and main branch pushes (#23)
1 parent 2fafede commit ec3e5fe

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎.github/workflows/dissect-ci.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Dissect CI
2-
on: [push, pull_request, workflow_dispatch]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
workflow_dispatch:
38

4-
jobs:
9+
jobs:
510
ci:
611
uses: fox-it/dissect-workflow-templates/.github/workflows/dissect-ci-template.yml@main
712
secrets: inherit

0 commit comments

Comments
 (0)
Please sign in to comment.