We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a588e0 commit 53912e9Copy full SHA for 53912e9
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