Skip to content

Commit

Permalink
refactor(ci): ignore all other scripts on release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Oct 10, 2022
1 parent d5551b5 commit 8ccc980
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Docker

on: [push, pull_request]
on:
push:
tags-ignore:
- "v*"

jobs:
docker:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
tags:
- 'v*'

permissions:
contents: write

jobs:
draft-release:
name: Create Release
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test

on: [push, pull_request]
on:
pull_request:
push:
tags-ignore:
- "v*"

jobs:
build:
Expand Down

1 comment on commit 8ccc980

@vercel
Copy link

@vercel vercel bot commented on 8ccc980 Oct 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.