Skip to content

Commit f51c78e

Browse files
committed
Try alternative syntax
1 parent 6e65be3 commit f51c78e

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
name: ci
22

3-
on: [push, pull_request]
4-
paths:
5-
- ".github/workflows/ci.yml"
6-
- "fpm.toml"
7-
- "**.f90"
3+
on:
4+
5+
push:
6+
paths:
7+
- ".github/workflows/ci.yml"
8+
- "fpm.toml"
9+
- "**.f90"
10+
11+
pull_request:
12+
paths:
13+
- ".github/workflows/ci.yml"
14+
- "fpm.toml"
15+
- "**.f90"
816

917
env:
1018
FPM_FFLAGS: -I/usr/include/hdf5/serial

0 commit comments

Comments
 (0)