Skip to content

Commit 27ca0e5

Browse files
committed
meta.yml: allow manual triggering
1 parent c8e48da commit 27ca0e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/meta.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
name: metapackage-tests
22

33
on:
4+
# On push, only run if any of the metapackage files has changed
45
push:
56
paths:
6-
- 'src/*meta*.f90' # On push, only launch job if something has changed in the metapackages
7+
- 'src/*meta*.f90'
78
- 'src/fpm/*meta*.f90'
89
- 'src/fpm/manifest/*meta*.f90'
910
- 'src/ci/meta_tests.sh'
1011
- 'src/.github/workflows/meta.yml'
12+
# Always run on PR or release
1113
pull_request:
1214
release:
1315
types: [published]
16+
# Allow manual triggering
17+
workflow_dispatch:
1418

1519
env:
1620
CI: "ON" # We can detect this in the build system and other vendors implement it

0 commit comments

Comments
 (0)