Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisamiga committed Sep 1, 2023
2 parents c99329d + 8f0d268 commit edda225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: 📝 Make Build Check
runs-on: ubuntu-latest # linux required if you want to use docker
# Check if latest commit changed a .c file
if: 'contains(github.event.head_commit.modified, ".c") || contains(github.event.head_commit.modified, ".h")'
if: contains(github.event.head_commit.modified, '.c') || contains(github.event.head_commit.modified, '.h')
container:
image: walkero/docker4amigavbcc:latest-m68k
volumes:
Expand Down

0 comments on commit edda225

Please sign in to comment.