1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 09:48:14 +00:00

ci: only trigger test workflow on push for main branch

This commit is contained in:
Nicolas Duchon 2023-04-30 15:30:29 +02:00 committed by GitHub
parent 4a096a25a8
commit 4655ba9f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ name: Tests
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches:
- main
paths-ignore: paths-ignore:
- "LICENSE" - "LICENSE"
- "**.md" - "**.md"