mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Run GHA on push
This commit is contained in:
parent
e56e64235e
commit
c875463e22
5 changed files with 5 additions and 20 deletions
5
.github/workflows/compliance.yml
vendored
5
.github/workflows/compliance.yml
vendored
|
|
@ -1,9 +1,6 @@
|
|||
name: Compliance
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'support/*'
|
||||
push: { }
|
||||
pull_request: {}
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
5
.github/workflows/docker.yml
vendored
5
.github/workflows/docker.yml
vendored
|
|
@ -2,10 +2,7 @@ name: Docker image
|
|||
|
||||
on:
|
||||
pull_request: {}
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'support/*'
|
||||
push: { }
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
|
|
|
|||
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
|
|
@ -1,9 +1,6 @@
|
|||
name: Go
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'support/*'
|
||||
push: { }
|
||||
pull_request: {}
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
5
.github/workflows/integration-tests.yml
vendored
5
.github/workflows/integration-tests.yml
vendored
|
|
@ -1,10 +1,7 @@
|
|||
name: Integration Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'support/*'
|
||||
push: { }
|
||||
pull_request: {}
|
||||
schedule:
|
||||
- cron: '57 3 * * *'
|
||||
|
|
|
|||
5
.github/workflows/sql.yml
vendored
5
.github/workflows/sql.yml
vendored
|
|
@ -1,10 +1,7 @@
|
|||
name: SQL
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'support/*'
|
||||
push: { }
|
||||
pull_request: {}
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue