Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatthes committed Feb 8, 2024
1 parent 7beac2a commit d8e220f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing_build_and_push_to_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ name: UNSTABLE_build_and_push_to_github
## https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
branches:
- main
schedule:
Expand All @@ -26,6 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
## Always push --tags before push
run: |
tag=$(git tag --contains HEAD)
[[ "$tag" == "" ]] && tag='unstable'
Expand Down

0 comments on commit d8e220f

Please sign in to comment.