Update ci.yml

This commit is contained in:
pizzaboxer 2023-05-16 10:51:39 +01:00 committed by GitHub
parent c6b7df80fd
commit 50bb408e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,11 @@
name: CI
on: [push, pull_request]
on:
push:
paths-ignore:
- 'Resources/**'
pull_request:
paths-ignore:
- 'Resources/**'
jobs:
build: