Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
samkulkarni20 authored Oct 17, 2023
1 parent 8d46f74 commit fbd57af
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Publish Acorn image
on:
push:
tags:
- "v[0-9]*"
on: workflow_dispatch
# on:
# push:
# tags:
# - "v[0-9]*"

jobs:
publish:
name: Publish
# runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: ubuntu
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit fbd57af

Please sign in to comment.