diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f1cf10..c53f222 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,14 @@ name: Main on: - - pull_request + push: + branches: [ main ] + pull_request: ~ + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: lint: diff --git a/README.md b/README.md index 92add15..3c56e1a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# crate-airflow-tutorial +# CrateDB Airflow Tutorial Orchestration Project - Astronomer/Airflow tutorials