Skip to content

Commit

Permalink
Merge pull request #94 from Marukome0743/gh-actions
Browse files Browse the repository at this point in the history
♻️ci: remove main branch
  • Loading branch information
Marukome0743 authored Jan 26, 2024
2 parents ff1f4f1 + 65f65e3 commit 66945ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bun-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ concurrency:

on:
push:
branches: [ main ]
paths:
- "app/**"
- "public/**"
Expand All @@ -15,7 +14,6 @@ on:
- "yarn.lock"
- "*config.*"
pull_request:
branches: [ main ]
paths:
- "app/**"
- "public/**"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ concurrency:

on:
push:
branches: [ main ]
paths:
- "app/**"
- "public/**"
Expand All @@ -15,7 +14,6 @@ on:
- "yarn.lock"
- "*config.*"
pull_request:
branches: [ main ]
paths:
- "app/**"
- "public/**"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ concurrency:

on:
push:
branches: [ main ]
tags: [ v*.*.* ]
paths:
- "app/**"
Expand All @@ -16,7 +15,6 @@ on:
- "yarn.lock"
- "*config.*"
pull_request_target:
branches: [ main ]
paths:
- "app/**"
- "public/**"
Expand Down

0 comments on commit 66945ad

Please sign in to comment.