Skip to content

Commit ab60e73

Browse files
author
Leandro Ferreira
committed
fixing publish syntax
1 parent 26b28ab commit ab60e73

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/publish-backend.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ name: Publish Backend
22

33
on:
44
workflow_dispatch:
5-
tags:
6-
push:
7-
branches:
8-
- 'master'
9-
tags:
10-
- 'backend-*'
5+
push:
6+
branches:
7+
- 'master'
8+
tags:
9+
- 'backend-*'
1110

1211
jobs:
1312
publish_backend:

0 commit comments

Comments
 (0)