mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-10 22:05:58 +08:00
limit integration tests to PRs
This commit is contained in:
parent
177c10b60f
commit
fd1f94e855
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -1,7 +1,8 @@
|
||||||
name: Integration Test
|
name: Integration Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull-request:
|
||||||
|
types: [opened, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Reference in a new issue