Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 4a2e0e6

Browse files
authored
GH Action - Replace develop match by release-v* pattern (#191)
1 parent 4afee14 commit 4a2e0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7-
- develop
7+
- 'release-v*'
88
jobs:
99
api-diff:
1010
if: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)