Skip to content

Commit

Permalink
Rename action and jobs, add pull_request to conditions (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuhlich committed Aug 15, 2022
1 parent a129beb commit 0a29e3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: build
on: [push]
name: Continuous Integration
on: [push, pull_request]

jobs:
build-linux:
Tests & Coverage:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 0a29e3b

Please sign in to comment.