Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

github: run branch builds on main only #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ name: Build container image
- Containerfile
- files/**
- scripts/*
branches:
- main
pull_request:
paths:
- .github/workflows/build-container-image.yml
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-docker-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ name: Check docker syntax
paths:
- Dockerfile
- .github/workflows/check-docker-syntax.yml
branches:
- main
pull_request:
paths:
- Dockerfile
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/check-yaml-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: Check yaml syntax
- '**.yaml'
- '**.yml'
- .github/workflows/check-yaml-syntax.yml
branches:
- main
pull_request:
paths:
- '**.yaml'
Expand Down