Skip to content

Commit

Permalink
Change regex
Browse files Browse the repository at this point in the history
  • Loading branch information
saynb committed Aug 4, 2023
1 parent 0daa85c commit 7e83ac0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build-proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "build protobufs"

on:
push:
branches: [ main '.*-dev']
branches: [ main '.-dev']
pull_request:
branches: [ main '.*-dev']
branches: [ main '.-dev']
schedule:
- cron: "0 0 * * *"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- .*-dev
- "*-dev"
pull_request:
branches:
- main
- .*-dev
- "*-dev"

jobs:
check-codegen:
Expand Down

0 comments on commit 7e83ac0

Please sign in to comment.