Skip to content

Commit c41560f

Browse files
committed
tweak workflow trigger again.
1 parent 0921137 commit c41560f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/create_test_conda_env.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: create_test_conda_env
22

3+
on:
34
on:
45
push:
6+
branches:
7+
- main # can comment this out for a fork branch to run on push, if needed
8+
pull_request: # run for any PR targeting any branch
59

610
# cancel running jobs if theres a newer push
711
concurrency:

0 commit comments

Comments
 (0)