1
0
Fork 0

Do not run tests on images actions change

master
dump_stack() 2023-05-12 09:00:47 +00:00
parent 166c125391
commit f46a2ec4b0
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
2 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,11 @@
name: Build on macOS
on: [push, pull_request]
on:
workflow_dispatch:
push:
paths-ignore:
- ".github/workflows/images-*"
pull_request:
jobs:
build:

View File

@ -1,6 +1,11 @@
name: Build and test on Ubuntu
on: [push, pull_request]
on:
workflow_dispatch:
push:
paths-ignore:
- ".github/workflows/images-*"
pull_request:
jobs:
build: