Skip to content

Commit

Permalink
Only run CI on PR and main branch pushes (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper committed Jan 31, 2024
1 parent 4e25899 commit b9d68c5
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 b9d68c5

Please sign in to comment.