Skip to content

Commit

Permalink
Update continuous-integration-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKitoInc committed Jun 23, 2024
1 parent ebe658c commit 36aa58c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ on:
push:
branches:
- main
paths:
- package.json
#paths:
#- package.json

jobs:
tag:
name: CI-Tag
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: Create Tag
uses: neverendingqs/[email protected]

0 comments on commit 36aa58c

Please sign in to comment.