Skip to content

Commit

Permalink
rename workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Aug 1, 2022
1 parent bd46735 commit c859f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml → .github/workflows/ci.yml
@@ -1,4 +1,4 @@
name: validate
name: CI
on:
push:
branches:
Expand All @@ -14,7 +14,7 @@ on:
pull_request:
branches-ignore: ['all-contributors/**']
jobs:
main:
validate:
strategy:
matrix:
node: [12, 14, 16]
Expand Down

0 comments on commit c859f80

Please sign in to comment.