Skip to content

Commit

Permalink
Add tag trigger for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tindy2013 committed Oct 9, 2023
1 parent ea01a41 commit e847df3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: GitHub CI
on:
push:
branches: [ master ]
tags:
- '**'
workflow_dispatch:
pull_request:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish Docker Image
on:
push:
branches: [ master ]
tags:
- '**'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down

0 comments on commit e847df3

Please sign in to comment.