Skip to content

Commit

Permalink
Add tag and manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Dec 7, 2023
1 parent 35cbfb4 commit a422122
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ on:
push:
branches:
- "main"
tags:
- "v*.*.*"
workflow_dispatch:

env:
IMAGE_NAME: cat-emacs
IMAGE_NAME: ${{ github.repository }}

jobs:
docker:
Expand Down

0 comments on commit a422122

Please sign in to comment.