Skip to content

Commit

Permalink
fix(workflow): deleted deprecated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinrefvol committed May 23, 2024
1 parent e4dcb29 commit ec20cdc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 78 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ on:
push:
branches:
- "main"
paths:
- "src/**"
- "package.json"
- "package-lock.json"
- "yarn.lock"
# paths:
# - "src/**"
# - "package.json"
# - "package-lock.json"
# - "yarn.lock"
# - "."

jobs:
trigger-github-deployment:
Expand Down
17 changes: 0 additions & 17 deletions .github/workflows/on-push-main.yaml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/on-tag.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/publish.yaml

This file was deleted.

0 comments on commit ec20cdc

Please sign in to comment.