diff --git a/.github/workflows/check_db_migration_confict.yml b/.github/workflows/check_db_migration_confict.yml index 079ba954edc..e717f41193d 100644 --- a/.github/workflows/check_db_migration_confict.yml +++ b/.github/workflows/check_db_migration_confict.yml @@ -5,7 +5,7 @@ on: - "superset/migrations/**" branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" pull_request: paths: - "superset/migrations/**" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 15395bbfde6..d9d5abdbdb5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -2,7 +2,7 @@ name: "CodeQL" on: push: - branches: ["master", "[0-9].[0-9]"] + branches: ["master", "[0-9].[0-9]*"] pull_request: # The branches below must be a subset of the branches above branches: ["master"] diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 849fb7b1329..f38cd4fee4d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -4,7 +4,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" pull_request: branches: - "master" diff --git a/.github/workflows/embedded-sdk-release.yml b/.github/workflows/embedded-sdk-release.yml index ff51d8f97b9..323b1a9e99f 100644 --- a/.github/workflows/embedded-sdk-release.yml +++ b/.github/workflows/embedded-sdk-release.yml @@ -4,7 +4,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" jobs: config: diff --git a/.github/workflows/generate-FOSSA-report.yml b/.github/workflows/generate-FOSSA-report.yml index fb30d7dcc5b..352ba845d9d 100644 --- a/.github/workflows/generate-FOSSA-report.yml +++ b/.github/workflows/generate-FOSSA-report.yml @@ -4,7 +4,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" jobs: config: diff --git a/.github/workflows/github-action-validator.yml b/.github/workflows/github-action-validator.yml index e6d07b56e9b..0dd50155310 100644 --- a/.github/workflows/github-action-validator.yml +++ b/.github/workflows/github-action-validator.yml @@ -4,7 +4,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" pull_request: types: [synchronize, opened, reopened, ready_for_review] diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 541b4a8bfc5..6ccb66df771 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -4,7 +4,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" pull_request: types: [synchronize, opened, reopened, ready_for_review] diff --git a/.github/workflows/prefer-typescript.yml b/.github/workflows/prefer-typescript.yml index f3179d3bccd..0b34f25bae4 100644 --- a/.github/workflows/prefer-typescript.yml +++ b/.github/workflows/prefer-typescript.yml @@ -4,7 +4,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" paths: - "superset-frontend/src/**" pull_request: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad1737c4778..43862bd50b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" jobs: config: diff --git a/.github/workflows/superset-cli.yml b/.github/workflows/superset-cli.yml index 3c98198c7e7..060bae5dff3 100644 --- a/.github/workflows/superset-cli.yml +++ b/.github/workflows/superset-cli.yml @@ -4,7 +4,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" pull_request: types: [synchronize, opened, reopened, ready_for_review] diff --git a/.github/workflows/superset-e2e.yml b/.github/workflows/superset-e2e.yml index f59843c010a..51e6548712a 100644 --- a/.github/workflows/superset-e2e.yml +++ b/.github/workflows/superset-e2e.yml @@ -4,7 +4,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" pull_request: types: [synchronize, opened, reopened, ready_for_review] workflow_dispatch: diff --git a/.github/workflows/superset-frontend.yml b/.github/workflows/superset-frontend.yml index f79d70754f0..6438c2cc1d8 100644 --- a/.github/workflows/superset-frontend.yml +++ b/.github/workflows/superset-frontend.yml @@ -4,7 +4,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" pull_request: types: [synchronize, opened, reopened, ready_for_review] diff --git a/.github/workflows/superset-helm-release.yml b/.github/workflows/superset-helm-release.yml index 429c6fc255d..062e2375863 100644 --- a/.github/workflows/superset-helm-release.yml +++ b/.github/workflows/superset-helm-release.yml @@ -4,7 +4,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" paths: - "helm/**" diff --git a/.github/workflows/superset-python-integrationtest.yml b/.github/workflows/superset-python-integrationtest.yml index fec35ef9dba..2569a471b33 100644 --- a/.github/workflows/superset-python-integrationtest.yml +++ b/.github/workflows/superset-python-integrationtest.yml @@ -5,7 +5,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" pull_request: types: [synchronize, opened, reopened, ready_for_review] diff --git a/.github/workflows/superset-python-misc.yml b/.github/workflows/superset-python-misc.yml index c6b1bebd89c..d58226216fc 100644 --- a/.github/workflows/superset-python-misc.yml +++ b/.github/workflows/superset-python-misc.yml @@ -5,7 +5,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" pull_request: types: [synchronize, opened, reopened, ready_for_review] diff --git a/.github/workflows/superset-python-presto-hive.yml b/.github/workflows/superset-python-presto-hive.yml index 87ff06368d9..30dbaf7d40c 100644 --- a/.github/workflows/superset-python-presto-hive.yml +++ b/.github/workflows/superset-python-presto-hive.yml @@ -5,7 +5,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" pull_request: types: [synchronize, opened, reopened, ready_for_review] diff --git a/.github/workflows/superset-python-unittest.yml b/.github/workflows/superset-python-unittest.yml index d26f0435edd..454ee0c61e0 100644 --- a/.github/workflows/superset-python-unittest.yml +++ b/.github/workflows/superset-python-unittest.yml @@ -5,7 +5,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" pull_request: types: [synchronize, opened, reopened, ready_for_review] diff --git a/.github/workflows/superset-translations.yml b/.github/workflows/superset-translations.yml index 846c661d322..11dbebb0980 100644 --- a/.github/workflows/superset-translations.yml +++ b/.github/workflows/superset-translations.yml @@ -4,7 +4,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" pull_request: types: [synchronize, opened, reopened, ready_for_review] diff --git a/.github/workflows/superset-websocket.yml b/.github/workflows/superset-websocket.yml index c35573ada11..2d55ceafa03 100644 --- a/.github/workflows/superset-websocket.yml +++ b/.github/workflows/superset-websocket.yml @@ -3,7 +3,7 @@ on: push: branches: - "master" - - "[0-9].[0-9]" + - "[0-9].[0-9]*" paths: - "superset-websocket/**" pull_request: diff --git a/.github/workflows/tech-debt.yml b/.github/workflows/tech-debt.yml index f912ab2068d..6f73a3a51b6 100644 --- a/.github/workflows/tech-debt.yml +++ b/.github/workflows/tech-debt.yml @@ -4,7 +4,7 @@ on: push: branches: - master - - "[0-9].[0-9]" + - "[0-9].[0-9]*" jobs: config: diff --git a/UPDATING.md b/UPDATING.md index 2327fcfa3fd..1d2ffbf0ec9 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -24,6 +24,10 @@ assists people when migrating to a new version. ## Next +- [29274](https://github.com/apache/superset/pull/29274): We made it easier to trigger CI on your + forks, whether they are public or private. Simply push to a branch that fits `[0-9].[0-9]*` and + should run on your fork, giving you flexibility on naming your release branches and triggering + CI - [27505](https://github.com/apache/superset/pull/27505): We simplified the files under `requirements/` folder. If you use these files for your builds you may want to double check that your builds are not affected. `base.txt` should be the same as before, though