Skip to content

Commit

Permalink
fix naming of pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsean08 authored May 12, 2023
1 parent 952dc63 commit f877837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Pull Request

on:
pull_request:
Expand All @@ -9,7 +9,7 @@ permissions:

jobs:
test:
name: Build and Release
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f877837

Please # to comment.