Skip to content

Commit 82a3cdb

Browse files
Atualizado GitActions
1 parent 0333d25 commit 82a3cdb

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Publish docs via GitHub Pages
33
on:
44
workflow_dispatch:
55
push:
6-
branches:
7-
- master
6+
tags:
7+
- '4.*'
88

99
jobs:
1010
build:

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: Liberar nova versão
44
on:
55
workflow_dispatch:
66
push:
7-
branches:
8-
- 'master'
97
tags:
108
- '4.*'
119

0 commit comments

Comments
 (0)