Skip to content

Commit

Permalink
ci: don't run CI pipeline on Git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 authored Nov 14, 2023
1 parent 8fbf524 commit 17a62e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

on:
push:
pull_request:
tags-ignore:
- '**'
branches:
- '**'

jobs:
build-ci:
Expand Down

0 comments on commit 17a62e5

Please sign in to comment.