diff --git a/.github/workflows/automations.yml b/.github/workflows/automations.yml index 20210f281..175a134f7 100644 --- a/.github/workflows/automations.yml +++ b/.github/workflows/automations.yml @@ -6,8 +6,6 @@ concurrency: on: push: - branches: - - unstable pull_request_target: jobs: diff --git a/.github/workflows/build-dev.yml b/.github/workflows/build-dev.yml index 759e7bd07..9149c29b7 100644 --- a/.github/workflows/build-dev.yml +++ b/.github/workflows/build-dev.yml @@ -2,11 +2,9 @@ name: build-dev on: pull_request: - branches-ignore: - - master push: branches: - - unstable + - master jobs: dev: diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index b380a1519..1f73cd514 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -3,7 +3,7 @@ name: build-docs on: push: branches: - - unstable + - master jobs: docs: diff --git a/.github/workflows/deploy-api-docs.yml b/.github/workflows/deploy-api-docs.yml index b4a6787f1..eaf938519 100644 --- a/.github/workflows/deploy-api-docs.yml +++ b/.github/workflows/deploy-api-docs.yml @@ -3,7 +3,7 @@ name: deploy-api-docs on: push: - branches: ["unstable"] + branches: ["master"] paths: ["docs/**"] # only run if the docs are updated # Allows you to run this workflow manually from the Actions tab