Skip to content

Commit

Permalink
added hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
abbgrade committed Aug 13, 2024
1 parent 2700b06 commit c26112d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-validation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [ develop, bugfix/*, feature/*, release/* ]
branches: [ develop, bugfix/*, feature/*, release/*, hotfix/* ]
pull_request:
branches: [ develop ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [ release/* ]
branches: [ release/*, hotfix/* ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c26112d

Please sign in to comment.