Added e2e workflow trigger on master push and on PRs (#2356)
This commit is contained in:
parent
7f3eef8761
commit
893833fdd5
|
|
@ -1,6 +1,10 @@
|
|||
name: CI ARC E2E Linux VM Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in New Issue