Skip to content

Commit

Permalink
Update makecheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga authored Sep 1, 2023
1 parent 0d64299 commit 4f21b47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/makecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
output1: ${{ steps.hasChanged.outputs.check }}
steps:
- name: Check if latest commit changed a .c file
- id: hasChanged
if: ${{contains(github.event.head_commit.modified, '.c') || contains(github.event.head_commit.modified, '.h')}}
run: |
echo 'C files has changed'
Expand Down

0 comments on commit 4f21b47

Please sign in to comment.