Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 53c040a

Browse files
author
Tor Egil Jacobsen
committed
only run against main branches
1 parent eef5d1b commit 53c040a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-maven-setup-action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: test-maven-setup-action
22
on:
33
push:
44
branches:
5-
- feature/setup
5+
- main
66

77
jobs:
88
test:
@@ -21,7 +21,7 @@ jobs:
2121
restore-keys: |
2222
${{ runner.os }}-maven-
2323
- run: env | sort
24-
- uses: navikt/bidrag-maven/setup@feature/setup
24+
- uses: navikt/bidrag-maven/setup@main
2525
with:
2626
repositories: maven-releases=https://repo.releases,snapshots=https://repo.snapshots
2727
env:

0 commit comments

Comments
 (0)