Skip to content

Commit

Permalink
fixup! ci: Turn off builds for pushes and merges to main/stable*
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Oct 30, 2023
1 parent 0c3d661 commit 46d343b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 18 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint-info-xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@

name: Lint info.xml

on:
pull_request:
branches:
- main
- master
- stable*
on: pull_request

permissions:
contents: read
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@

name: Lint php

on:
pull_request:
branches:
- main
- master
- stable*
on: pull_request

permissions:
contents: read
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/psalm-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@

name: Static analysis

on:
pull_request:
branches:
- master
- main
- stable*
on: pull_request

concurrency:
group: psalm-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 46d343b

Please sign in to comment.