You've already forked testing-go-code-with-postgres
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:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@ -2,7 +2,7 @@ name: Go
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches:
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
|
Reference in New Issue
Block a user