Skip to content

Commit

Permalink
Configure workflow for v2.6 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Aug 30, 2023
1 parent f8fc079 commit a550d53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build

on:
pull_request:
branches: [ "master" ]
branches: [ "release/v2.6" ]
push:
branches: [ "master" ]
tags: [ "*.*.*" ]
branches: [ "release/v2.6" ]
tags: [ "v2.6.*" ]

jobs:
build:
Expand Down

0 comments on commit a550d53

Please sign in to comment.