Skip to content

Commit

Permalink
GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Brikaa committed Jun 29, 2024
1 parent b416536 commit 3b0c209
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Deploy after push
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
run-release-pdf-workflow:
uses: envicutor/docs-workflows/.github/workflows/release-pdf.yml@main
with:
target: final-document
secrets:
pat: ${{ secrets.pat }}

0 comments on commit 3b0c209

Please sign in to comment.