Skip to content

Commit

Permalink
#48 - исключение release ветки из Develop Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepami committed Aug 11, 2024
1 parent 9f15e48 commit 95ed127
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Develop Workflow

on:
push:
branches:
- '**'
branches-ignore:
- 'release'
pull_request_target:
branches:
- '**'
branches-ignore:
- 'release'

permissions:
actions: write
Expand Down

0 comments on commit 95ed127

Please sign in to comment.