We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6893387 + 0ecb5b5 commit 0b595c6Copy full SHA for 0b595c6
1 file changed
.github/workflows/python-package-conda.yml
@@ -1,6 +1,10 @@
1
name: Python Package using Conda
2
3
-on: [push]
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ workflow_dispatch:
8
9
jobs:
10
build-linux:
0 commit comments