We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49c95c5 + 13a3328 commit 58b09c3Copy full SHA for 58b09c3
3 files changed
.github/workflows/build_and_run.yml
@@ -6,8 +6,6 @@ name: build and run
6
7
on:
8
pull_request:
9
- push:
10
- branches: [main]
11
12
env:
13
# sycl is not included. Add it manually if you need
.github/workflows/conda-package.yml
@@ -8,6 +8,8 @@ on:
push:
branches:
- main
+ tags:
+ - '[0-9]+.[0-9]+*'
14
15
.github/workflows/pre-commit.yml
@@ -6,8 +6,6 @@ name: pre-commit
jobs:
pre-commit:
0 commit comments