Skip to content

Commit

Permalink
Fix CI targeted branches
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelrenoux committed Jun 19, 2022
1 parent 2ee98c7 commit 6364f4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ name: CI
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ master, v3.x ]
pull_request:
branches: [ master ]
release:
types: [published]

Expand Down

0 comments on commit 6364f4f

Please sign in to comment.