Skip to content

Commit

Permalink
Fix tests to let them run only on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Jan 2, 2020
1 parent b49c733 commit 7f08729
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
types: [opened, synchronize]
push:
branches:
- master

jobs:
command-check:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
- .github/workflows/terraform.yml
- terraform/**
push:
branches: [master]
branches:
- master
paths:
- .github/workflows/terraform.yml
- terraform/**
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- '**.yml'
- '**.yaml'
push:
branches:
- master
paths:
- '**.yml'
- '**.yaml'
Expand Down

0 comments on commit 7f08729

Please sign in to comment.