Skip to content

Commit

Permalink
Chore: Update workflows to run on new commit to PR
Browse files Browse the repository at this point in the history
Also remove redundant linting check now GHA pre-commit app is installed

Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions committed Nov 2, 2023
1 parent 1576c61 commit c7021c8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
types:
[opened, reopened, edited]
[opened, reopened, edited, synchronize]

jobs:
pre-release:
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/linting.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
types:
[opened, reopened, edited]
[opened, reopened, edited, synchronize]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
types:
[opened, reopened, edited]
[opened, reopened, edited, synchronize]

jobs:
build:
Expand Down

0 comments on commit c7021c8

Please sign in to comment.