Workflows: Only test on push on a branch

This commit is contained in:
2024-07-01 10:02:44 +02:00
parent 80df16999f
commit 44656e0022

View File

@ -1,6 +1,7 @@
name: Test name: Test
on: on:
push: push:
branches: ["**"]
paths: ["Elwig/**", "Tests/**", "Installer/Files/*.exe"] paths: ["Elwig/**", "Tests/**", "Installer/Files/*.exe"]
jobs: jobs:
test: test: