Skip to content

Commit

Permalink
ci: fix trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
branylagaffe committed Nov 25, 2024
1 parent 546362c commit 0a88643
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/00-build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ env:
on:
push:
branches:
- master
- next
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
types: [opened, reopened, edited]
branches:
- master
- next
paths-ignore:
- 'docs/**'
- '*.md'
Expand Down

0 comments on commit 0a88643

Please sign in to comment.