We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae41cf commit 89d4563Copy full SHA for 89d4563
.github/workflows/binaries.yml
@@ -2,8 +2,8 @@ on:
2
push:
3
tags:
4
- 'v*' # "v1.2.3"
5
- branches:
6
- - master
+ # branches: #Dont push to master the binaries as GH Actions will return an Error 403: Resource not accessible by integration
+ # - master
7
paths-ignore: ['media/**', 'docs/**', '**/*.md']
8
pull_request:
9
0 commit comments