Skip to content

Commit

Permalink
Merge pull request #1639 from RobAndrewHurst/actions_update
Browse files Browse the repository at this point in the history
Update actions remove docs from all but main
  • Loading branch information
RobAndrewHurst authored Oct 31, 2024
2 parents 82c1832 + 7327989 commit f88d2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: [ "main", "major", "minor", "patch" ]
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit f88d2f3

Please sign in to comment.