Skip to content

Commit

Permalink
Only run checks on planted branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorespert committed Dec 22, 2024
1 parent 6e57757 commit 2dc64f0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 44 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: deb
on:
workflow_call:
push:
branches: [ planted ]
pull_request:
branches: [ planted ]
jobs:
builds:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: go
on:
workflow_call:
push:
branches: [ planted ]
pull_request:
branches: [ planted ]
jobs:
builds:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: jest
on:
workflow_call:
push:
branches: [ planted ]
pull_request:
branches: [ planted ]
jobs:
builds:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/smoke_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: smoke
on:
workflow_call:
push:
branches: [ planted ]
pull_request:
branches: [ planted ]
jobs:
builds:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: translation
on:
workflow_call:
push:
branches: [ planted ]
pull_request:
branches: [ planted ]
jobs:
Translations:
runs-on: ubuntu-latest
Expand Down
44 changes: 0 additions & 44 deletions .travis.yml

This file was deleted.

0 comments on commit 2dc64f0

Please sign in to comment.