Skip to content

Commit

Permalink
Only try to build container if specific files have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Jun 25, 2024
1 parent dc27691 commit 5329b78
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
name: Build and Push to GHCR

on:
on:
push:
branches:
- v2
paths:
- requirements.txt
- Dockerfile
pull_request:
branches:
- v2
paths:
- requirements.txt
- Dockerfile

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 5329b78

Please sign in to comment.