mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Single, not double quotes - refs #940
This commit is contained in:
parent
c18117cf08
commit
30b98e4d29
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
needs: [deploy]
|
||||
if: |
|
||||
!(contains(github.ref, "a") || contains(github.ref, "b"))
|
||||
!(contains(github.ref, 'a') || contains(github.ref, 'b'))
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build and push to Docker Hub
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue