Run GHA on push

This commit is contained in:
Alexander A. Klimov 2024-12-06 11:21:16 +01:00
parent e56e64235e
commit c875463e22
5 changed files with 5 additions and 20 deletions

View file

@ -1,9 +1,6 @@
name: Compliance
on:
push:
branches:
- main
- 'support/*'
push: { }
pull_request: {}
jobs:

View file

@ -2,10 +2,7 @@ name: Docker image
on:
pull_request: {}
push:
branches:
- main
- 'support/*'
push: { }
release:
types:
- published

View file

@ -1,9 +1,6 @@
name: Go
on:
push:
branches:
- main
- 'support/*'
push: { }
pull_request: {}
jobs:

View file

@ -1,10 +1,7 @@
name: Integration Tests
on:
push:
branches:
- main
- 'support/*'
push: { }
pull_request: {}
schedule:
- cron: '57 3 * * *'

View file

@ -1,10 +1,7 @@
name: SQL
on:
push:
branches:
- main
- 'support/*'
push: { }
pull_request: {}
jobs: