Workflows: Only test on push on a branch
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user