Skip to content

Commit

Permalink
fix: Trigger ci and checks on autorelease PR
Browse files Browse the repository at this point in the history
  • Loading branch information
richtea committed Nov 20, 2022
1 parent e311600 commit 3c299e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
branches:
- main
- release/*
- autorelease/*

jobs:
check-dist:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main
- release/*
- autorelease/*

jobs:
build:
Expand Down

0 comments on commit 3c299e9

Please sign in to comment.