mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 23:56:12 +01:00
[TASK] Always run the CI build after a push (#354)
This will allow us to test things on the CI pipeline without having to create a dummy/draft PR for this. Hopefully, this will also allow builds for forks.
This commit is contained in:
parent
feaf6f2fc9
commit
d1f02afe79
1 changed files with 0 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -4,9 +4,6 @@
|
||||||
name: CI with Composer scripts
|
name: CI with Composer scripts
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
pull_request:
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 3 * * 1'
|
- cron: '15 3 * * 1'
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue