♻️ Run integration tests only on master

This commit is contained in:
Lars Gohr
2021-08-10 20:29:34 +02:00
parent dd66900e4d
commit a3adbc82de
3 changed files with 9 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
on:
pull_request_target:
branches: [ main ]
branches: [ master ]
types: [ opened ]
jobs:
enableAutoMerge:

View File

@@ -1,5 +1,8 @@
name: Integration Test
on: [push]
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest

View File

@@ -1,5 +1,8 @@
name: Integration Test Github
on: [push]
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest