Skip to content

Commit

Permalink
Fixed actions on push.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelTVMS committed Apr 14, 2023
1 parent 492d8ed commit fc4e34d
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Build
on:
workflow_dispatch:
push:
branches: [release/*]
branches: [release/*, hotfix/*]

jobs:
unit-test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Test
on:
workflow_dispatch:
push:
branches: [feature/*, hotfix/*]
branches: [feature/*, bugfix/*]
pull_request:
branches: [main, develop]

Expand Down

0 comments on commit fc4e34d

Please sign in to comment.