Skip to content

Commit

Permalink
ci(tags): trigger pipeline with tag push in main
Browse files Browse the repository at this point in the history
Signed-off-by: Jeferson Morales Mariciano <[email protected]>
  • Loading branch information
JekxDevil committed Mar 1, 2024
1 parent 51478f4 commit 8c2d1e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pdf-distributor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: pdf ci distribution
on:
push:
branches: [ "main" ]
tags:
- '*'

jobs:
build:
Expand Down

0 comments on commit 8c2d1e3

Please sign in to comment.