Skip to content

Commit

Permalink
run workflows on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Aug 6, 2024
1 parent 310b012 commit c7b7fd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Create Release And Upload Binary To Release

on:
push:
tags:
- 'v*'
branches:
- "*"

jobs:
release:
Expand Down Expand Up @@ -99,4 +99,3 @@ jobs:
asset_path: gohangout-windows-386.exe
asset_name: gohangout-windows-386.exe
asset_content_type: application/zip

4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build and Push Docker Image

on:
push:
tags:
- "v*"
branches:
- "*"

jobs:
docker-build-push:
Expand Down

0 comments on commit c7b7fd6

Please sign in to comment.