Skip to content

Commit 518a4b2

Browse files
authored
Only run CI on PR and main branch pushes (#16)
1 parent 78a7ef6 commit 518a4b2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/dissect-ci.yml

Lines changed: 7 additions & 2 deletions
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
with:

0 commit comments

Comments
 (0)