Skip to content

Commit 4ca963b

Browse files
committed
вернул правильные фильтры +semver:skip
1 parent 6279063 commit 4ca963b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Develop Workflow
33
on:
44
push:
55
branches-ignore:
6-
- 'release_test'
6+
- 'release'
77
pull_request_target:
88
branches-ignore:
9-
- 'release_test'
9+
- 'release'
1010

1111
permissions:
1212
actions: write

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Workflow
33
on:
44
push:
55
branches:
6-
- 'release_test'
6+
- 'release'
77

88
jobs:
99
create-release:

0 commit comments

Comments
 (0)