Skip to content

Commit

Permalink
ci: fixed pr workflow triggering only for specific bases (#765)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <tomer@tomfi.info>

<!-- markdownlint-disable MD041-->
## Description

> Describe what you did and why.

**Related issue (if any):** fixes #issue_number_goes_here

## Checklist

- [x] I have followed this repository's contributing guidelines.
- [x] I will adhere to the project's code of conduct.

## Additional information

> Anything else?

Signed-off-by: Tomer Figenblat <tomer@tomfi.info>
  • Loading branch information
TomerFi authored Apr 6, 2024
1 parent 8e9b542 commit 6f4d5af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Pull request build

on:
pull_request:
branches:
- 'dev'
- 'release/*'

env:
MAIN_PY_VER: "3.10"
Expand Down

0 comments on commit 6f4d5af

Please sign in to comment.