Skip to content

Commit 98b0fac

Browse files
authored
Merge pull request #52 from NASA-Openscapes/update-lockfile-pr
Run update-conda-lock workflow on PRs
2 parents 3ad4036 + 94131af commit 98b0fac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/create-conda-lock.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
paths:
88
- .github/workflows/create-conda-lock.yml
99
- ci/environment.yml
10+
pull_request:
11+
branches:
12+
- main
13+
- dev
14+
paths:
15+
- .github/workflows/create-conda-lock.yml
16+
- ci/environment.yml
1017
workflow_dispatch:
1118
permissions:
1219
contents: write

0 commit comments

Comments
 (0)