We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203d3b8 commit e254bffCopy full SHA for e254bff
.github/workflows/build.yml
@@ -4,20 +4,14 @@ on:
4
push:
5
branches: [main]
6
pull_request:
7
- workflow_dispatch:
8
- inputs:
9
- tag:
10
- description: 'Tag to create'
11
- required: true
12
- default: 'v0.0.0'
+ branches: [main]
+ schedule:
+ - cron: '0 0 * * 0' # run "At 00:00 on Sunday"
13
14
# See https://github.com/cristalhq/.github/.github/workflows
15
jobs:
16
build:
17
- uses: cristalhq/.github/.github/workflows/build.yml@main
+ uses: cristalhq/.github/.github/workflows/build.yml@v0.5.0
18
19
- release:
20
- if: github.event_name == 'workflow_dispatch'
21
- uses: cristalhq/.github/.github/workflows/release.yml@main
22
- with:
23
- tag: ${{ github.event.input.tag }}
+ vuln:
+ uses: cristalhq/.github/.github/workflows/[email protected]
0 commit comments