Skip to content

Commit

Permalink
Remove main branch from pull request workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aridyckovsky committed May 5, 2024
1 parent a70924d commit 18170ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main, drafting ]
pull_request:
branches: [ main, drafting ]
branches: [ drafting ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 18170ef

Please sign in to comment.