Skip to content

Commit

Permalink
Rename check_develop to check_main
Browse files Browse the repository at this point in the history
COAND-1019
  • Loading branch information
araratthehero committed Jan 6, 2025
1 parent fe969d0 commit 38ba88f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Check Develop
name: Check Main

on:
push:
branches:
- 'develop'
- 'main'

concurrency:
group: 'develop'
group: 'main'
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 38ba88f

Please sign in to comment.