Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
ci: enable tests for next branch
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Sep 2, 2020
1 parent 7185e3c commit f30b560
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ name: Lint Code Base
on:
push:
branches-ignore:
- 'master'
- master
- next

jobs:
build:
Expand All @@ -17,4 +18,4 @@ jobs:
- name: Lint Code Base
uses: docker://github/super-linter:v3
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_ALL_CODEBASE: false
1 change: 1 addition & 0 deletions .github/workflows/test-ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [opened, labeled, unlabeled, synchronize]
branches:
- master
- next
paths:
- ansible/**
- .github/workflows/test-ansible.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- next
paths:
- validation/**
- .github/workflows/test-validator.yml
Expand Down

0 comments on commit f30b560

Please sign in to comment.