Skip to content

Commit

Permalink
Merge pull request #17 from openweathermap/feature/docs_CI_manual_tri…
Browse files Browse the repository at this point in the history
…gger

main branch condition in build_docs job
  • Loading branch information
SerGeRybakov authored Aug 30, 2023
2 parents 429e3da + 0df6c38 commit 77d8a95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ name: manual_docs

on:
workflow_dispatch:
branches:
- main

jobs:
build_docs:
if: ${{ github.ref == 'refs/heads/main'}}
uses: openweathermap/deker-actions/.github/workflows/docs_build.yml@master
with:
python-version: '3.9'
Expand Down

0 comments on commit 77d8a95

Please sign in to comment.