mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
CI: Update to new branch name for release
This commit is contained in:
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
@ -29,6 +29,6 @@ Tested OS(s):
|
||||
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
|
||||
- [ ] I have read the [Contributing Guidelines](https://github.com/obsproject/obs-websocket/wiki/Contributing-Guidelines).
|
||||
- [ ] All commit messages are properly formatted and commits squashed where appropriate.
|
||||
- [ ] My code is not on the `master` branch.
|
||||
- [ ] My code is not on the `master` or a `release/*` branch.
|
||||
- [ ] The code has been tested.
|
||||
- [ ] I have included updates to all appropriate documentation.
|
||||
|
54
.github/workflows/generate_docs.yml
vendored
54
.github/workflows/generate_docs.yml
vendored
@ -1,27 +1,27 @@
|
||||
name: 'Generate docs'
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/generated/**'
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
docs-build:
|
||||
name: 'Generate docs [Ubuntu]'
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
env:
|
||||
CHECKOUT_REF: ${{ github.ref }}
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
IS_CI: "true"
|
||||
steps:
|
||||
- name: 'Checkout'
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: ${{ github.workspace }}/obs-websocket
|
||||
- name: 'Generate docs'
|
||||
working-directory: ${{ github.workspace }}/obs-websocket
|
||||
run: |
|
||||
./CI/generate-docs.sh
|
||||
name: 'Generate docs'
|
||||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/generated/**'
|
||||
branches:
|
||||
- release/5.0.0
|
||||
|
||||
jobs:
|
||||
docs-build:
|
||||
name: 'Generate docs [Ubuntu]'
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
env:
|
||||
CHECKOUT_REF: ${{ github.ref }}
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
IS_CI: "true"
|
||||
steps:
|
||||
- name: 'Checkout'
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
path: ${{ github.workspace }}/obs-websocket
|
||||
- name: 'Generate docs'
|
||||
working-directory: ${{ github.workspace }}/obs-websocket
|
||||
run: |
|
||||
./CI/generate-docs.sh
|
||||
|
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -3,10 +3,10 @@ name: Code Quality
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- release/5.0.0
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- release/5.0.0
|
||||
|
||||
jobs:
|
||||
markdown:
|
||||
|
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
branches:
|
||||
- master
|
||||
- release/5.0.0
|
||||
tags:
|
||||
- '[45].[0-9]+.[0-9]+*'
|
||||
pull_request:
|
||||
@ -13,7 +13,7 @@ on:
|
||||
- 'docs/**'
|
||||
- '**.md'
|
||||
branches:
|
||||
- master
|
||||
- release/5.0.0
|
||||
|
||||
jobs:
|
||||
windows:
|
||||
|
Reference in New Issue
Block a user