Skip to content

Commit

Permalink
enabling build on branch 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-fuchs committed Nov 19, 2023
1 parent 1a1627e commit f3917f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CI
on:
pull_request:
branches: [ master ]
branches: [ master,"3.x" ]
push:
branches: [ master ]
branches: [ master,"3.x" ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f3917f0

Please sign in to comment.