1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +02:00

Allow running pipelines without merge request

This will allow me to pass CI checks without creating merge requests,
since I work alone there is no point in them.
This commit is contained in:
Vasiliy Vasilyuk
2023-11-15 22:16:46 +03:00
parent ab5f864a78
commit ef4031f027

View File

@ -2,7 +2,7 @@ name: Go
on: on:
push: push:
branches: [ "main" ] branches:
pull_request: pull_request:
branches: [ "main" ] branches: [ "main" ]