Skip to content

Commit

Permalink
Update CI (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Feb 19, 2023
1 parent ed4f464 commit 81a197c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,24 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
inputs:
tag:
description: 'Tag to create'
required: true
default: 'v0.0.0'
schedule:
- cron: '0 0 * * 0'


# See https://github.com/cristalhq/.github/.github/workflows
jobs:
build:
uses: cristalhq/.github/.github/workflows/build.yml@main

codeql:
uses: cristalhq/.github/.github/workflows/codeql.yml@main

release:
if: github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit 81a197c

Please sign in to comment.