Skip to content

Commit

Permalink
Merge branch 'develop' into eflumerf/ClangFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
eflumerf authored Jan 14, 2025
2 parents 542e038 + aedc512 commit 8266e53
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/artdaq-format-single-pkg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Format Single Pkg Workflow

on:
push:
branches:
- develop
paths-ignore:
- 'docs/**'
- '.github/**'
pull_request:
branches: [ develop ]
workflow_dispatch:

jobs:

build_single_pkg:
name: format single pkg
uses: art-daq/.github/.github/workflows/artdaq-format-single-pkg.yml@stable
with:
against-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event_name == 'push' && github.event.before || 0 }}

0 comments on commit 8266e53

Please sign in to comment.