We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52223ae commit 74aa630Copy full SHA for 74aa630
.github/workflows/master-latest.yaml
@@ -3,6 +3,10 @@ name: master-latest
3
on:
4
push:
5
branches: [ master ]
6
+ # ignore pushes to .github/workflows/tags.yaml and .github/workflows/test.yaml
7
+ paths-ignore:
8
+ - ".github/workflows/tags.yaml"
9
+ - ".github/workflows/test.yaml"
10
11
jobs:
12
multiarch-to-dockerhub-latest:
0 commit comments