diff --git a/.github/workflows/databricks.yaml b/.github/workflows/databricks.yaml index 7ce0244..0b362ce 100644 --- a/.github/workflows/databricks.yaml +++ b/.github/workflows/databricks.yaml @@ -1,11 +1,9 @@ name: databricks-cicd -# Trigger this workflow whenever a pull request is opened against the repo's -# main branch or an existing pull request's head branch is updated. on: - pull_request: - branches: - - main + push: + branches: [main] + jobs: main: