Skip to content

Commit

Permalink
update trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss committed Apr 15, 2020
1 parent ab10955 commit a530b4b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/synch_docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Synch Documentation
on: [push, pull_request]
on:
push:
branches:
- master
paths:
- 'README.md'
jobs:
synch:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a530b4b

Please sign in to comment.