Skip to content

Commit

Permalink
Fix [Tests] Add Branch Patterns for CI workflow pull_request Triggers…
Browse files Browse the repository at this point in the history
… in GitHub Action (#323)
  • Loading branch information
pinis-gini-apps authored Oct 14, 2024
1 parent 3055516 commit c52f47b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ on:
branches:
- development
- master
- '[0-9]+.[0-9]+.x' # Matches branches like '1.3.x'
- '[0-9]+.[0-9]+.[0-9]+' # Matches branches like '1.2.3'
- '[0-9]+.[0-9]+.[0-9]+_.*' # Matches branches like '1.7.0_cpj_mm'
- '[0-9]+.[0-9]+.[0-9]+_.*' # Matches branches like '1.7.0_cpj_mm'

jobs:
check-copyright:
Expand Down

0 comments on commit c52f47b

Please sign in to comment.