Skip to content

Commit

Permalink
docs: Set trigger branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Mar 27, 2023
1 parent 2ca5c40 commit f7cabba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ Publishing with this action (default)
.. code-block:: yaml
name: Deploy Sphinx documentation to Pages
on:
push:
branches: [master] # branch to trigger deployment
jobs:
pages:
runs-on: ubuntu-20.04
Expand All @@ -48,6 +53,11 @@ Publishing from a branch (classical)
.. code-block:: yaml
name: Deploy Sphinx documentation to Pages
on:
push:
branches: [master] # branch to trigger deployment
jobs:
pages:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit f7cabba

Please sign in to comment.