Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
minor formatting
add name
  • Loading branch information
epreston committed Jul 19, 2024
1 parent 7b3a6ea commit 73876e6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ name: CI

on:
workflow_dispatch:

push:
branches: ['main']
paths-ignore: ['README.md', 'LICENSE']
paths-ignore: ['README.md', 'LICENSE', '.vscode/**']

pull_request:
branches: ['main']
paths-ignore: ['README.md', 'LICENSE']
paths-ignore: ['README.md', 'LICENSE', '.vscode/**']

concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -25,6 +26,8 @@ permissions:

jobs:
continuous-integration:
name: Continuous Integration

runs-on: ubuntu-latest

timeout-minutes: 10
Expand Down

0 comments on commit 73876e6

Please sign in to comment.