Skip to content

Commit

Permalink
chore(release): add dummy pr trigger to register workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Oct 23, 2023
1 parent fe7c0c5 commit b0d710e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Docker release

on:
workflow_dispatch: {}
pull_request:
push:
tags:
- v*
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
tags:
- v*
pull_request:

jobs:
extract-version:
Expand Down

0 comments on commit b0d710e

Please sign in to comment.