Skip to content

Commit

Permalink
ci 트리거 브랜치 확대 (#244)
Browse files Browse the repository at this point in the history
chore: ci 트리거 브랜치 확대
  • Loading branch information
hyesungoh authored Apr 1, 2023
1 parent c009176 commit 14063a2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: CI

on:
pull_request:
branches: [main]
push:
branches: [main]
- push
- pull_request

jobs:
run-lint:
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: "CodeQL"
name: 'CodeQL'

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
- push
- pull_request

jobs:
analyze:
Expand All @@ -18,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ javascript ]
language: [javascript]

steps:
- name: Checkout
Expand All @@ -36,4 +34,4 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{ matrix.language }}"
category: '/language:${{ matrix.language }}'

1 comment on commit 14063a2

@vercel
Copy link

@vercel vercel bot commented on 14063a2 Apr 1, 2023

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.