Skip to content

Commit

Permalink
let it build
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Jun 15, 2024
1 parent 51cd066 commit 0104cda
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@ name: Publish

on:
workflow_dispatch:
#push:
# paths-ignore:
# - '.github/ISSUE_TEMPLATE/*.yml'
# - '.github/workflows/build-remote.yml'
# - '.github/workflows/preview.yml'
# - '.github/workflows/pull-request.yml'
# - '.idea/copyright/*.xml'
# - '.gitignore'
# - 'CONTRIBUTING.md'
# - 'LICENSE'
# - 'README.md'
# - 'licenseheader.txt'
push:
paths-ignore:
- '.gitignore'
- 'CONTRIBUTING.md'
- 'LICENSE'
- 'README.md'
- 'licenseheader.txt'

jobs:
build:
Expand Down

0 comments on commit 0104cda

Please sign in to comment.