mirror of
https://github.com/elgohr/Publish-Docker-Github-Action.git
synced 2026-03-12 18:07:12 -04:00
♻️ Run integration tests only on master
This commit is contained in:
2
.github/workflows/automerge.yml
vendored
2
.github/workflows/automerge.yml
vendored
@@ -1,6 +1,6 @@
|
||||
on:
|
||||
pull_request_target:
|
||||
branches: [ main ]
|
||||
branches: [ master ]
|
||||
types: [ opened ]
|
||||
jobs:
|
||||
enableAutoMerge:
|
||||
|
||||
5
.github/workflows/test_integration.yml
vendored
5
.github/workflows/test_integration.yml
vendored
@@ -1,5 +1,8 @@
|
||||
name: Integration Test
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
name: Integration Test Github
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user