Skip to content

Commit

Permalink
CI: Update GHA configuration to also run on the main branch (#158)
Browse files Browse the repository at this point in the history
* CI: Update GHA configuration to also run on the `main` branch

This is intended to toggle the badge on the Build Status page [1] into
green.

[1] https://cratedb.com/docs/crate/clients-tools/en/latest/status.html

* CI: Optimize GHA configuration about redundant concurrent jobs

* README: Improve document title
  • Loading branch information
amotl authored Nov 6, 2024
1 parent f6223f1 commit 8987378
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# crate-airflow-tutorial
# CrateDB Airflow Tutorial
Orchestration Project - Astronomer/Airflow tutorials


Expand Down

0 comments on commit 8987378

Please sign in to comment.