Skip to content

Commit

Permalink
Merge pull request #1045 from pokt-foundation/disable-docker-action
Browse files Browse the repository at this point in the history
chore: disable dockerhub action
  • Loading branch information
rem1niscence authored Mar 1, 2023
2 parents a556841 + 8d4ee95 commit 366c43c
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@ name: docker

on:
push:
branches:
- 'develop'
- 'feat/arm-support'
tags:
- 'v*'
pull_request:
branches:
- 'develop'
- 'master'
branches: ['never']
# TODO reenable if needed (currently not used)
# on:
# push:
# branches:
# - 'develop'
# - 'feat/arm-support'
# tags:
# - 'v*'
# pull_request:
# branches:
# - 'develop'
# - 'master'

jobs:
docker:
Expand Down

0 comments on commit 366c43c

Please sign in to comment.