Skip to content

Commit

Permalink
Better naming
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeShirley committed Sep 9, 2023
1 parent 9ddea7a commit ffa019d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI - Build & Test
name: CI

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_lint.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: CI - Lint
name: CI

on:
# Run in master as CI
push:
branches:
- master

# Run when we tweak Swift or supporting files
pull_request:
paths:
Expand Down

0 comments on commit ffa019d

Please sign in to comment.