Skip to content

Commit

Permalink
Only run CI on PR and main branch pushes (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper committed Jan 31, 2024
1 parent 5e3f366 commit 2414bff
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/dissect-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Dissect CI
on: [push, pull_request, workflow_dispatch]
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
jobs:
ci:
uses: fox-it/dissect-workflow-templates/.github/workflows/dissect-ci-template.yml@main
secrets: inherit
Expand Down

0 comments on commit 2414bff

Please sign in to comment.