Skip to content

Commit

Permalink
Update build.yml avoid build on changes to any txt or readme files fo…
Browse files Browse the repository at this point in the history
…r both merge and PR requests issue #50 (#63)
  • Loading branch information
animeshn99 authored Feb 17, 2023
1 parent 521f0ad commit 2372e3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@ on:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- '**.txt'
schedule:
- cron: '20 20 * * *' # 8:20pm everyday
push:
branches:
- main
paths-ignore:
- '**/README.md'
- '**.md'
- '**.txt'
env:
IMAGE_NAME: base
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
Expand Down

0 comments on commit 2372e3a

Please sign in to comment.