Skip to content

Commit 89d4563

Browse files
committed
Binaries wf update
1 parent dae41cf commit 89d4563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ on:
22
push:
33
tags:
44
- 'v*' # "v1.2.3"
5-
branches:
6-
- master
5+
# branches: #Dont push to master the binaries as GH Actions will return an Error 403: Resource not accessible by integration
6+
# - master
77
paths-ignore: ['media/**', 'docs/**', '**/*.md']
88
pull_request:
99
paths-ignore: ['media/**', 'docs/**', '**/*.md']

0 commit comments

Comments
 (0)