Skip to content

Commit

Permalink
Avoid running tests and static analysis on tags (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored May 21, 2023
1 parent cf94629 commit 0516c4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Static Analysis"
on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Tests
on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
Expand Down

0 comments on commit 0516c4e

Please sign in to comment.