Skip to content

Commit

Permalink
Only run build CI when relevant files are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Feb 9, 2024
1 parent 53377ac commit fc366de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
branches:
- main
paths:
- .github/workflows/**
- docker-entrypoint.sh
- dockerfile

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit fc366de

Please sign in to comment.