Fix Open API workflow branch (codex-storage/infra-codex/issues/5) (#442)

Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
This commit is contained in:
Slava 2023-06-12 12:34:44 +03:00 committed by GitHub
parent 3181361658
commit cfe9225be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: OpenAPI
on:
push:
branches:
- 'main'
- 'master'
paths:
- 'openapi.yaml'
- '.github/workflows/docs.yml'
@ -41,7 +41,7 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v3