Skip to content

Commit

Permalink
Extend pipeline trigger (#127)
Browse files Browse the repository at this point in the history
* fix syntax

* retrigger

---------

Co-authored-by: Aron Svastits <svastits1@gmail.com>
  • Loading branch information
Svastits and Aron Svastits authored Jan 4, 2024
1 parent 3e0666a commit 503bea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ name: Deploy Wiki
on:
push:
paths:
# Trigger only when wiki directory changes
# Trigger only when wiki directory or pipeline changes
- 'doc/wiki/**'
- '.github/workflows/deploy_wiki.yml'
branches:
# And only on master branch
- master
Expand Down

0 comments on commit 503bea6

Please sign in to comment.