Skip to content

Commit

Permalink
ci: disable trigger on push (#59)
Browse files Browse the repository at this point in the history
* Disable CI push trigger

Signed-off-by: Steffen Exler <Steffen.Exler@mail.schwarz>
  • Loading branch information
linuxluigi committed Jan 28, 2022
1 parent ff23e76 commit 4906bac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
branches: ["main"]
paths-ignore: ["docs/**"]

push:
branches: ["main"]
paths-ignore: ["docs/**"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down

0 comments on commit 4906bac

Please sign in to comment.