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