Skip to content

Commit

Permalink
ci(actions): exclude tags from preview
Browse files Browse the repository at this point in the history
  • Loading branch information
renejfc committed Jan 22, 2025
1 parent 92e8127 commit a47ffe9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: Preview Any Commit
on: [push, pull_request]
on:
pull_request:
push:
branches:
- "**"
tags:
- "!**" # excludes all tags
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a47ffe9

Please sign in to comment.