Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/testnet_pretask' in…
Browse files Browse the repository at this point in the history
…to testnet_pretask
  • Loading branch information
xadahiya committed Sep 2, 2023
2 parents 2f0a60d + ca73f3e commit c98edda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
release:
types: ['published']
push:
branches: [ "dockerify" ]
branches: [ "dockerify", "testnet_pretask" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
Expand All @@ -25,7 +25,8 @@ env:
jobs:
build:

runs-on: ubuntu-latest
runs-on:
group: larger-runners
permissions:
contents: read
packages: write
Expand Down

0 comments on commit c98edda

Please sign in to comment.