Browse Source

ci: enable ci for minor branch

pull/10155/merge
三咲智子 Kevin Deng 1 year ago
parent
commit
a148b87e4b
No known key found for this signature in database GPG Key ID: 69992F2250DFD93E
  1. 1
      .github/workflows/ci.yml
  2. 1
      .github/workflows/size-data.yml

1
.github/workflows/ci.yml

@ -6,6 +6,7 @@ on:
pull_request:
branches:
- main
- minor
permissions:
contents: read # to fetch code (actions/checkout)

1
.github/workflows/size-data.yml

@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
- minor
permissions:
contents: read

Loading…
Cancel
Save