Remove duplicate trigger for test workflow
parent
4b07d18a89
commit
1de4638512
|
@ -1,6 +1,8 @@
|
||||||
name: Test Action
|
name: Test Action
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
pull_request: {}
|
||||||
|
push: { branches: [master] }
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue