Skip to content

Commit

Permalink
Fix job names
Browse files Browse the repository at this point in the history
  • Loading branch information
616slayer616 committed Aug 28, 2024
1 parent 8200b20 commit df1648b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'develop'

jobs:
build-feature:
build:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'master'

jobs:
build-feature:
build:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'master'

jobs:
build-feature:
build:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit df1648b

Please sign in to comment.