Skip to content

Commit 8340694

Browse files
committed
change trigger
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent f3d7584 commit 8340694

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/apptainer-ci.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
name: Apptainer CI
1616
on:
1717
pull_request:
18-
push:
19-
branches:
20-
- '*/apptainer_python'
18+
paths:
19+
- 'apptainer/**'
2120

2221
concurrency:
2322
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)