Skip to content

Commit

Permalink
only run github actions when certain files are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Sep 8, 2023
1 parent 6abde16 commit c273165
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: commit
'on':
- push
on:
push:
paths: ['*', 'installer/**', '.github/**']

jobs:
windows:
Expand Down

0 comments on commit c273165

Please sign in to comment.