Skip to content

Commit

Permalink
Update release.yml (slsa-framework#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon authored May 26, 2022
1 parent 635178a commit ebbe210
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
name: Builders realeaser

on:
on:
# For manual tests.
workflow_dispatch:
push:
tags:
- "*" # triggers only if push new tag version, like `0.8.4` or else

permissions: read-all

env:
GH_TOKEN: ${{ secrets.E2E_GO_TOKEN }}

jobs:
# Go builder.
go-builder:
Expand Down

0 comments on commit ebbe210

Please sign in to comment.