Skip to content

Commit

Permalink
!hotfix : actions setup
Browse files Browse the repository at this point in the history
on 전략 변경
  • Loading branch information
JungHyunMoon committed Jan 15, 2024
1 parent ebc9dfa commit b67d5bf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: 'sports_echo_ci'
on:
push:
branches: [ "feature/*" ]
branches:
- "feature/*"
- "CICD"
pull_request:
branches: [ "dev1" ]
branches:
- "dev1"
- "CICD"
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit b67d5bf

Please sign in to comment.