Skip to content

Commit

Permalink
Remove unneeded quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Dec 10, 2024
1 parent cb33b11 commit 801bd7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildandtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Test

on:
push:
branches: [ "dev" ]
branches: [ dev ]
paths-ignore:
- "**.md"
- "**.ps1"
Expand All @@ -12,11 +12,11 @@ on:
- '**/*.gitattributes'
- '**/*.yml'
pull_request:
branches: [ "dev", "main" ]
branches: [ dev, main ]

jobs:
build:
name: "Build and Test"
name: Build and Test
# use ubuntu-latest image to run steps on
runs-on: ubuntu-latest

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to GitHub Pages

on:
push:
branches: [ "main" ]
branches: [ main ]
paths-ignore:
- "**.md"
- "**.ps1"
Expand All @@ -14,7 +14,7 @@ on:

jobs:
deploy:
name: "Deploy to GitHub Pages"
name: Deploy to GitHub Pages
# use ubuntu-latest image to run steps on
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 801bd7d

Please sign in to comment.