Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Add ability to manually trigger workflow. (#2)
Browse files Browse the repository at this point in the history
Remove special branch trigger used for testing.
  • Loading branch information
jscheid-ventana authored Oct 14, 2021
1 parent 010ed4a commit 3f9ed34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ name: Build Document PDF

on:
push:
branches: [ $default-branch, "jscheid/**" ]
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 3f9ed34

Please sign in to comment.