GH: Trigger tests only on push/pr to master branch

This commit is contained in:
Serhii Snitsaruk 2023-09-13 11:10:58 +02:00
parent dc3312cc2e
commit c7d7c0fcff
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches: [ master, github-workflows ]
branches: [ master ]
paths-ignore:
- "README.md"
- "LICENSE"