Skip to content

Commit

Permalink
Merge pull request #3 from GOB52/fixes/clang-format-check
Browse files Browse the repository at this point in the history
Change condition to not work when creating a tag
  • Loading branch information
imliubo authored Oct 24, 2024
2 parents db38a93 + 6ad80af commit 66cfab8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,32 @@ env:

on:
push:
tags-ignore:
- '*.*.*'
- 'v*.*.*'
branches:
- '*'
paths:
- '*'
- '**.ino'
- '**.cpp'
- '**.hpp'
- '**.h'
- '**.c'
- '**.inl'
- '**clang-format-check.yml'
pull_request:
- '**.clang-format'
pull_request:
paths:
- '**.ino'
- '**.cpp'
- '**.hpp'
- '**.h'
- '**.c'
- '**.inl'
- '**clang-format-check.yml'
- '**.clang-format'
workflow_dispatch:

jobs:
formatting-check:
Expand Down

0 comments on commit 66cfab8

Please sign in to comment.