Skip to content

Commit

Permalink
Create nightly.yml (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekazakov authored Jan 29, 2024
1 parent 5a7580f commit 7f91d3d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Nightly Build

on:
workflow_dispatch:

jobs:

build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Hello
run: echo Hello

0 comments on commit 7f91d3d

Please sign in to comment.