We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299443c commit 5fb96afCopy full SHA for 5fb96af
.github/workflows/mu2e-format-single-pkg.yml
@@ -0,0 +1,20 @@
1
+name: Format Single Pkg Workflow
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - develop
7
+ paths-ignore:
8
+ - 'docs/**'
9
+ - '.github/**'
10
+ pull_request:
11
+ branches: [ develop ]
12
+ workflow_dispatch:
13
14
+jobs:
15
16
+ build_single_pkg:
17
+ name: format single pkg
18
+ uses: Mu2e/.github/.github/workflows/mu2e-format-single-pkg.yml@stable
19
+ with:
20
+ against-ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.event_name == 'push' && github.event.before || 0 }}
0 commit comments