Skip to content

Commit 58b09c3

Browse files
authored
Merge pull request #300 from IntelPython/feature/only_trigger_builds_on_main
Only trigger builds on main
2 parents 49c95c5 + 13a3328 commit 58b09c3

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/build_and_run.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ name: build and run
66

77
on:
88
pull_request:
9-
push:
10-
branches: [main]
119

1210
env:
1311
# sycl is not included. Add it manually if you need

.github/workflows/conda-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
push:
99
branches:
1010
- main
11+
tags:
12+
- '[0-9]+.[0-9]+*'
1113
pull_request:
1214

1315
env:

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ name: pre-commit
66

77
on:
88
pull_request:
9-
push:
10-
branches: [main]
119

1210
jobs:
1311
pre-commit:

0 commit comments

Comments
 (0)