Skip to content

Commit

Permalink
Merge pull request #300 from IntelPython/feature/only_trigger_builds_…
Browse files Browse the repository at this point in the history
…on_main

Only trigger builds on main
  • Loading branch information
ZzEeKkAa authored Sep 20, 2023
2 parents 49c95c5 + 13a3328 commit 58b09c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: build and run

on:
pull_request:
push:
branches: [main]

env:
# sycl is not included. Add it manually if you need
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
push:
branches:
- main
tags:
- '[0-9]+.[0-9]+*'
pull_request:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ name: pre-commit

on:
pull_request:
push:
branches: [main]

jobs:
pre-commit:
Expand Down

0 comments on commit 58b09c3

Please sign in to comment.