Skip to content

Commit

Permalink
chore(ci): ignore markdown files (ublue-os#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Oct 28, 2023
1 parent b7489e6 commit 7be43d8
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 @@ -4,6 +4,10 @@ on:
- cron: '15 09 * * *' # 9:15am everyday
merge_group:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
workflow_dispatch:
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
Expand Down

0 comments on commit 7be43d8

Please sign in to comment.