Skip to content

Commit

Permalink
point workflows at master instead of unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Dec 14, 2023
1 parent fb6fdbe commit 664649f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/automations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ concurrency:

on:
push:
branches:
- unstable
pull_request_target:

jobs:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: build-dev

on:
pull_request:
branches-ignore:
- master
push:
branches:
- unstable
- master

jobs:
dev:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build-docs
on:
push:
branches:
- unstable
- master

jobs:
docs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 664649f

Please sign in to comment.