Skip to content

Commit 1b5d08c

Browse files
committed
new workflows repo. build on push, test on request
1 parent 4fea002 commit 1b5d08c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build-scan
22
on:
3-
pull_request:
3+
push:
44
branches:
55
- main
66
- develop
@@ -12,12 +12,12 @@ permissions:
1212

1313
jobs:
1414
build:
15-
uses: ablockofficial/platform/.github/workflows/build.yml@main
15+
uses: ablockofficial/workflows/.github/workflows/build.yml@main
1616
with:
1717
REGISTRY: ${{ vars.REGISTRY }}
1818
REPOSITORY: ${{ vars.REPOSITORY }}
1919
scan-image:
20-
uses: ablockofficial/platform/.github/workflows/scan-image.yml@main
20+
uses: ablockofficial/workflows/.github/workflows/scan-image.yml@main
2121
secrets: inherit
2222
needs: build
2323
with:

0 commit comments

Comments
 (0)