Skip to content

Commit

Permalink
Run GHA on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Dec 6, 2024
1 parent e56e642 commit c875463
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Compliance
on:
push:
branches:
- main
- 'support/*'
push: { }
pull_request: {}

jobs:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: Docker image

on:
pull_request: {}
push:
branches:
- main
- 'support/*'
push: { }
release:
types:
- published
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Go
on:
push:
branches:
- main
- 'support/*'
push: { }
pull_request: {}

jobs:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Integration Tests

on:
push:
branches:
- main
- 'support/*'
push: { }
pull_request: {}
schedule:
- cron: '57 3 * * *'
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/sql.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: SQL

on:
push:
branches:
- main
- 'support/*'
push: { }
pull_request: {}

jobs:
Expand Down

0 comments on commit c875463

Please sign in to comment.