Skip to content

Commit

Permalink
Merge pull request #53 from OUCC/feat/add-ci-target
Browse files Browse the repository at this point in the history
CIの対象にreleaseブランチを追加
  • Loading branch information
miyaji255 authored May 3, 2024
2 parents dd4a5d2 + 2c95e98 commit 274fc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [main]
branches: [main, release/*]
pull_request:
branches: [main]
branches: [main, release/*]

permissions:
contents: read
Expand Down

0 comments on commit 274fc3d

Please sign in to comment.