Skip to content

Commit

Permalink
Run changed GHA on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Dec 6, 2024
1 parent b9b00e3 commit 1b5cca0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/authors-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: AUTHORS file

on:
pull_request: { }
push: { }

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

on:
pull_request: {}
push:
branches:
- master
push: { }
release:
types:
- published
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Linux

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

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

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

concurrency:
Expand Down

0 comments on commit 1b5cca0

Please sign in to comment.