Skip to content

Commit

Permalink
Make build.yml trigger for all release_* branches
Browse files Browse the repository at this point in the history
To enable PR validation builds for all release_* branches in addition to
the develop branch.

Also remove v* tag trigger because it's not being used.
  • Loading branch information
olegsych committed Apr 9, 2024
1 parent 12143f6 commit 620de62
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ on:
push:
branches:
- develop
- release_4*
tags:
- v*
- 'release_*'

pull_request:
branches:
- develop
- release_4*
- 'release_*'

jobs:
build:
Expand Down

0 comments on commit 620de62

Please sign in to comment.