cleanup
This commit is contained in:
parent
f1b1669f62
commit
0d46bf9459
|
@ -1,12 +1,11 @@
|
|||
name: Publish Docker Image
|
||||
|
||||
# ping2
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
# use this tag to test CI build for this workflow without merging into main branch
|
||||
- experimental-github-actions
|
||||
|
||||
env:
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
# Source:
|
||||
# https://github.com/solana-labs/solana-accountsdb-plugin-postgres/blob/master/.github/workflows/test.yml
|
||||
|
||||
# ping3
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
|
Loading…
Reference in New Issue