Skip to content

Commit

Permalink
Fix yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
runska committed Nov 16, 2023
1 parent 8d90f35 commit b702114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- redirect
paths-ignore:
- '**.md'
- '**/**.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-redirect-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ run-name: Deploy redirect ingress to dev | ${{ github.event.head_commit.message
on:
push:
paths:
- ".github/workflows/deploy-redirect-dev.yaml",
- ".nais/redirect-sykefravarsstatistikk-dev.yaml",
- ".github/workflows/deploy-redirect-dev.yaml"
- ".nais/redirect-sykefravarsstatistikk-dev.yaml"
- ".nais/redirect-forebyggingsplan-dev.yaml"
jobs:
deploy:
Expand Down

0 comments on commit b702114

Please sign in to comment.