Skip to content

Commit c875463

Browse files
committed
Run GHA on push
1 parent e56e642 commit c875463

File tree

5 files changed

+5
-20
lines changed

5 files changed

+5
-20
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Compliance
22
on:
3-
push:
4-
branches:
5-
- main
6-
- 'support/*'
3+
push: { }
74
pull_request: {}
85

96
jobs:

.github/workflows/docker.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: Docker image
22

33
on:
44
pull_request: {}
5-
push:
6-
branches:
7-
- main
8-
- 'support/*'
5+
push: { }
96
release:
107
types:
118
- published

.github/workflows/go.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Go
22
on:
3-
push:
4-
branches:
5-
- main
6-
- 'support/*'
3+
push: { }
74
pull_request: {}
85

96
jobs:

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Integration Tests
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- 'support/*'
4+
push: { }
85
pull_request: {}
96
schedule:
107
- cron: '57 3 * * *'

.github/workflows/sql.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: SQL
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- 'support/*'
4+
push: { }
85
pull_request: {}
96

107
jobs:

0 commit comments

Comments
 (0)