Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fox-it/dissect.etl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.7
Choose a base ref
...
head repository: fox-it/dissect.etl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 31, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f11963c View commit details
Showing with 7 additions and 2 deletions.
  1. +7 −2 .github/workflows/dissect-ci.yml
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