Skip to content

Commit

Permalink
Make a simple drag/drop installer
Browse files Browse the repository at this point in the history
Don't build a release if only the installer or markdown files are edited
  • Loading branch information
tbttfox committed Mar 12, 2024
1 parent fdc7183 commit 17ae19b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ on:
branches: [ master ]
tags:
- v*
paths-ignore:
- '**.md'
- 'simplex_maya_installer.py'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
- 'simplex_maya_installer.py'

env:
BUILD_TYPE: RelWithDebInfo
Expand Down

0 comments on commit 17ae19b

Please sign in to comment.