Skip to content

Commit 118796e

Browse files
neithanmochcmedeiros
authored andcommitted
Disable check for dev branch which is local and the working branch pre release
1 parent 546b595 commit 118796e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88
- develop
99
- master # for safety reasons
10-
- dev # for safety reasons
10+
# - dev # for safety reasons
1111

1212
jobs:
1313
configure:

0 commit comments

Comments
 (0)