Skip to content

Commit

Permalink
D177: Remove double quotes from GH action pattern match (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro727 authored Oct 20, 2022
1 parent 16171dc commit 5aec5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ on:
pull_request:
push:
tags:
- "*"
- '*'
branches:
- develop
- "release-*"
- release-*
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 5aec5b8

Please sign in to comment.