Workflows: Only test on push on a branch
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
name: Test
|
||||
on:
|
||||
push:
|
||||
branches: ["**"]
|
||||
paths: ["Elwig/**", "Tests/**", "Installer/Files/*.exe"]
|
||||
jobs:
|
||||
test:
|
||||
|
Reference in New Issue
Block a user