[Actions] hopefully don't run on .github changes now

pull/32/head
Miepee 4 years ago committed by GitHub
parent c6e121f84b
commit a9a5135d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,12 +5,12 @@ on:
branches: [ main ] branches: [ main ]
paths-ignore: paths-ignore:
- 'README.md' - 'README.md'
- '.github/' - '.github/**'
pull_request: pull_request:
branches: [ main ] branches: [ main ]
paths-ignore: paths-ignore:
- 'README.md' - 'README.md'
- '.github/' - '.github/**'
jobs: jobs:
build: build:

Loading…
Cancel
Save