Skip to content

Commit

Permalink
enable CI for hotfix/* branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanilo committed Sep 26, 2023
1 parent a7d1439 commit 4a0ae40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- main
- hotfix/*
paths-ignore:
- 'README.md'

Expand All @@ -15,6 +16,7 @@ on:
- 'README.md'
branches:
- main
- hotfix/*

# Ensures only 1 action runs per PR and previous is canceled on new trigger
concurrency:
Expand Down

0 comments on commit 4a0ae40

Please sign in to comment.