Skip to content

Commit

Permalink
CI: ignore more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmavr authored Aug 14, 2024
1 parent dc3bfad commit a3017bd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ on:
push:
branches: [ "master" ]
paths-ignore:
- 'README*'
- '*README*'
- 'assets/**'
- 'roms/**'
- 'LICENSE*'
pull_request:
branches: [ "master" ]
paths-ignore:
- 'README*'
- '*README*'
- 'assets/**'
- 'roms/**'
- 'LICENSE*'

jobs:
build:
Expand All @@ -19,5 +23,5 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: compile and test
- name: compile and run sanity test(s)
run: make test

0 comments on commit a3017bd

Please sign in to comment.