Skip to content

Commit

Permalink
Enable manual builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Jul 25, 2023
1 parent 60e0f48 commit d705eca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Build and Test

on:
push:
branches: [ master ]
branches: [ master, 2.4.x ]
pull_request:
branches: [ master ]
branches: [ master, 2.4.x ]
workflow_dispatch:

jobs:
build-linux:
Expand Down

0 comments on commit d705eca

Please sign in to comment.