Skip to content

Commit

Permalink
update dev
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Nov 27, 2024
1 parent 27d5d45 commit 1811290
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@ name: Build and Deploy to Dev

on:
pull_request:
branches: [main]
paths-ignore:
- 'README.md'
- 'CODE_OF_CONDUCT.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
- 'SECURITY.md'
- 'docs/**'
- 'keycloakify/**'
- '.github/**'
- '!.github/workflows/build-and-push-docker-image.yml'
- '!.github/workflows/dev.yml'

jobs:
build-dev-container:
Expand Down

0 comments on commit 1811290

Please sign in to comment.