Skip to content

Commit

Permalink
Update run-markdownsnippets to run only on workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroservienti authored Apr 19, 2024
1 parent d76a49f commit 00a0cca
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/run-markdownsnippets.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: MarkdownSnippets
on:
push:
branches:
- '**'
tags-ignore:
- '*.*'
workflow_dispatch:
jobs:
documentation:
name: Process documentation
Expand All @@ -28,4 +24,4 @@ jobs:
remote="https://${GITHUB_ACTOR}:${{secrets.GITHUB_TOKEN}}@github.com/${GITHUB_REPOSITORY}.git"
branch="${GITHUB_REF:11}"
git push "${remote}" ${branch} || echo "nothing to push"
shell: bash
shell: bash

0 comments on commit 00a0cca

Please sign in to comment.