Skip to content

Commit

Permalink
Fixup PR workflow
Browse files Browse the repository at this point in the history
Make the name more indicative of the work being performed and ensure we
are only running the job on pushes to the master branch.

Signed-off-by: Joshua Lock <[email protected]>
  • Loading branch information
joshuagl committed Feb 22, 2021
1 parent 9e2507a commit a45879c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: CI
on:
pull_request: {}
pull_request:
branches:
- master

jobs:
main:
name: Build, Validate and Deploy
name: Check date and version are updated
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a45879c

Please sign in to comment.