Skip to content

Commit

Permalink
Merge pull request #37 from RedAtman/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
RedAtman authored Jul 20, 2024
2 parents 6c49129 + 81d52ca commit 290ed6d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,18 @@
# # Set the merge tool for certain file types
# *.txt merge=
# *.json merge=

# Exclude all image files from the package
*.png export-ignore
*.jpg export-ignore
*.jpeg export-ignore
*.gif export-ignore
*.svg export-ignore

# Exclude test files and directories from the package
tests/* export-ignore
test/* export-ignore

# Exclude Sublime Text project and workspace files from the package
*.sublime-project export-ignore
*.sublime-workspace export-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [closed]

jobs:
create-release:
release:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master'
runs-on: ubuntu-latest

Expand Down

0 comments on commit 290ed6d

Please sign in to comment.