We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0921137 commit c41560fCopy full SHA for c41560f
1 file changed
.github/workflows/create_test_conda_env.yml
@@ -1,7 +1,11 @@
1
name: create_test_conda_env
2
3
+on:
4
on:
5
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
9
10
# cancel running jobs if theres a newer push
11
concurrency:
0 commit comments