Skip to content

Commit

Permalink
work_flow_demo9
Browse files Browse the repository at this point in the history
  • Loading branch information
iZakirSheikh committed Aug 21, 2023
1 parent 128f82a commit 0e1c228
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/workflow_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on:
tags:
- v*
workflow_dispatch: # Add this line
jobs:
my_job:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')

jobs:
build:
steps:
- uses: actions/checkout@v2.6.0

Expand Down

0 comments on commit 0e1c228

Please sign in to comment.