Skip to content

Commit

Permalink
cicd: alltid kjør cicd uavhengig av endring
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbb authored Oct 6, 2023
1 parent 819bca1 commit 0ce200f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: ci/cd
on:
push:
paths:
- 'app/**'
- 'config/**'
pull_request:
workflow_dispatch:
merge_group:
Expand Down Expand Up @@ -80,7 +77,7 @@ jobs:
id-token: "write"
needs: [build]
runs-on: ubuntu-20.04
if: github.ref == 'refs/heads/main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
if: github.ref == 'refs/heads/main'
strategy:
matrix:
cluster:
Expand Down

0 comments on commit 0ce200f

Please sign in to comment.