We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f22fa7 commit 5dedc6cCopy full SHA for 5dedc6c
.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: [ "main" ]
6
+ pull_request:
7
8
9
jobs:
10
build-linux:
0 commit comments