Skip to content

Commit a45879c

Browse files
committed
Fixup PR workflow
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]>
1 parent 9e2507a commit a45879c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: CI
22
on:
3-
pull_request: {}
3+
pull_request:
4+
branches:
5+
- master
46

57
jobs:
68
main:
7-
name: Build, Validate and Deploy
9+
name: Check date and version are updated
810
runs-on: ubuntu-20.04
911
steps:
1012
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)