mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-18 08:29:53 +01:00
Update translations (#556)
This commit is contained in:
parent
f0c3c054b8
commit
f1550f80ad
7 changed files with 381 additions and 222 deletions
7
.github/workflows/snapcraft.yml
vendored
7
.github/workflows/snapcraft.yml
vendored
|
|
@ -33,7 +33,8 @@ jobs:
|
|||
upload-edge:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build]
|
||||
if: github.ref == 'refs/heads/main'
|
||||
# if: github.ref == 'refs/heads/main'
|
||||
if: false
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
@ -48,7 +49,8 @@ jobs:
|
|||
upload-stable:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build]
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
# if: startsWith(github.ref, 'refs/tags/')
|
||||
if: false
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
|
@ -59,4 +61,3 @@ jobs:
|
|||
with:
|
||||
snap: ${{ needs.build.outputs.snap }}
|
||||
release: stable
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue