File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ run-name: Deploy alerts for Dapla Ctrl to test and prod
44on :
55 push :
66 branches :
7- - develop
7+ - main
88 paths :
99 - ' .nais/alerts.yaml'
1010 - ' .github/workflows/alert-deploy.yaml'
Original file line number Diff line number Diff line change 33 types : [published]
44 push :
55 branches :
6- - develop
6+ - main
77 paths-ignore :
88 - ' **/*.md'
99 - ' .gitignore'
10+ # No need to build and deploy if only the nix development environment changes
11+ - ' flake.nix'
12+ - ' flake.lock'
1013
1114env :
1215 REGISTRY : europe-north1-docker.pkg.dev/${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}/dapla-stat/dapla-ctrl
Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ name: Nix tests
22
33on :
44 pull_request :
5- paths : ' **/*.nix'
5+ paths :
6+ - ' **/*.nix'
7+
8+ permissions :
9+ contents : read
610
711jobs :
812 nix-tests :
You can’t perform that action at this time.
0 commit comments