mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Reduce duplicate Github CI workflow runs
The tasks are now run on push-events to the branches "master", and "release-*", as well as on pull-request-events (i.e. all pushes to branches that have a pull request). This appears to be the easiest way to reduce duplicate workflow runs.
This commit is contained in:
4
.github/workflows/browser_tests.yml
vendored
4
.github/workflows/browser_tests.yml
vendored
@@ -2,6 +2,9 @@ name: E2E
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
@@ -76,4 +79,3 @@ jobs:
|
||||
with:
|
||||
name: screenshots
|
||||
path: tests/Browser/screenshots
|
||||
|
||||
|
||||
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -2,6 +2,9 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
|
||||
4
.github/workflows/message_rendering.yml
vendored
4
.github/workflows/message_rendering.yml
vendored
@@ -2,6 +2,9 @@ name: Message Rendering
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
@@ -34,4 +37,3 @@ jobs:
|
||||
with:
|
||||
name: Logs
|
||||
path: logs/errors.log
|
||||
|
||||
|
||||
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -2,6 +2,9 @@ name: Unit
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user