Skip to content

Commit

Permalink
ci: reverts a previous non working wildcard change and introduces new…
Browse files Browse the repository at this point in the history
… branch.
  • Loading branch information
jaymeh committed Mar 20, 2023
1 parent 971d192 commit e16e373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check Conventional PR

on:
pull_request:
branches: [ *.x ]
branches: [ 1.x, 2.x, 3.x ]

jobs:
build:
Expand Down

0 comments on commit e16e373

Please sign in to comment.