Skip to content

Commit

Permalink
Trigger only on push to man1 and man7
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsmida committed May 17, 2024
1 parent ad97bc4 commit 87c020f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/trigger-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Trigger Target Workflow

on:
push:
branches: ['develop']
paths: ['doc/man1', 'doc/man7']

jobs:
trigger:
Expand Down

0 comments on commit 87c020f

Please sign in to comment.