Skip to content

Commit

Permalink
manual workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Aug 31, 2023
1 parent ccbf319 commit ad80d09
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/buildapidocs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Build API Docs

on:
push:
branches:
- main # Trigger the workflow on push to the main branch
pull_request:
branches:
- main # Trigger the workflow on pull requests to the main branch
workflow_dispatch: # Allows manual triggering from the GitHub Actions tab

jobs:
build:
Expand Down

0 comments on commit ad80d09

Please sign in to comment.