Skip to content

Commit

Permalink
Allow running CI on master and any ovirt-engine-4.5* branch
Browse files Browse the repository at this point in the history
Add ovirt-engine-4.5* string to branches specification to remove the
need to allow running CI on every new 4.5 branch in future

Signed-off-by: Martin Perina <mperina@redhat.com>
  • Loading branch information
mwperina committed Aug 22, 2022
1 parent f999802 commit 0b425e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build
on:
push:
branches: [master, ovirt-engine-4.5.0.z]
branches: [master, ovirt-engine-4.5*]
pull_request:
branches: [master, ovirt-engine-4.5.0.z]
branches: [master, ovirt-engine-4.5*]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 0b425e1

Please sign in to comment.