Skip to content

Commit c8989e2

Browse files
committed
run tests on push to main
1 parent 825e6e0 commit c8989e2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
---
21
name: Test container build
3-
on: [pull_request, workflow_dispatch]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
workflow_dispatch:
8+
49
jobs:
510
docker:
611
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)