Skip to content

Commit

Permalink
Changes .github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed May 6, 2024
1 parent aabe9ad commit 8732863
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build 🛠️
on:
pull_request:
push:
tags:
- '*'
# tags:
# - '*'
branches:
- '*'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release 📦
on:
push:
tags:
- 'v*'
- '*'

permissions:
contents: write
Expand Down

0 comments on commit 8732863

Please sign in to comment.