Skip to content

Commit

Permalink
Update publish-trino.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-j-abbott-accenture authored Nov 22, 2024
1 parent 939e30a commit c17ead8
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/publish-trino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,9 @@ name: Publish Trino
# documentation.

on:
# schedule:
# - cron: '*/15 * * * *'
workflow_dispatch:
on:
push:
branches:
- "publish-trino-job"
# push:
# branches: [ "main" ]
# # Publish semver tags as releases.
# tags: [ 'v*.*.*' ]
# pull_request:
# branches: [ "main" ]
push:
branches: [ "main" ]

env:
# Use docker.io for Docker Hub if empty
Expand Down Expand Up @@ -47,11 +37,3 @@ jobs:
- name: Build Image
run: |
./build_deploy.sh

0 comments on commit c17ead8

Please sign in to comment.