Skip to content

Commit 6966ae8

Browse files
committed
.
Signed-off-by: oguzkaganozt <oguzkaganozt@gmail.com>
1 parent 4a52a2a commit 6966ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test-openadk.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: build-and-test-openadk
22

33
on:
4-
push:
4+
pull_request:
55
schedule:
66
- cron: 0 0 * * *
77
workflow_dispatch:
88

99
jobs:
10-
build-and-test:
10+
build-and-test-openadk:
1111
if: ${{ github.event_name != 'push' || github.ref_name == github.event.repository.default_branch }}
1212
runs-on: ubuntu-latest
1313
container: ${{ matrix.container }}${{ matrix.container-suffix }}

0 commit comments

Comments
 (0)