Skip to content

Commit

Permalink
Sample workflow (openvinotoolkit#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdabkows authored and ptomasz1 committed Aug 24, 2023
1 parent 840ad4f commit 66a5cbe
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Build
on:
pull_request:
types: [opened, reopened, synchronize, edited]
push:
branches:
- "main"
tags:
- "*"

jobs:
build-and-push:
runs-on:
- self-hosted
- Windows

steps:
- name: Checkout main repository
uses: actions/checkout@v3

0 comments on commit 66a5cbe

Please sign in to comment.