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 7038903 commit 1770b99Copy full SHA for 1770b99
.github/workflows/publish.yml
@@ -3,11 +3,11 @@ name: publish
3
on:
4
push:
5
branches:
6
- - 'coatl'
+ - coatl
7
paths:
8
- - 'requirements/**'
9
- - 'Dockerfile'
10
- - 'entrypoint.sh'
+ - requirements/**
+ - Dockerfile
+ - entrypoint.sh
11
12
jobs:
13
tagger:
.github/workflows/self-test.yml
@@ -5,9 +5,9 @@ on:
- coatl
- - '.github/workflows/self-test.yml'
+ - .github/workflows/self-test.yml
env:
devpi-password: abcd1234
0 commit comments