Skip to content

Commit

Permalink
[ci] add name to ci.yml build (#55)
Browse files Browse the repository at this point in the history
* [ci] add name to ci.yml build

* fix when build runs
  • Loading branch information
spacey-sooty authored Jan 4, 2024
1 parent b063d97 commit f839a52
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build

# Credit to Team 1678 for most of this
on:
push:
branches: "*"
pull_request:
branches:
- master
push:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit f839a52

Please sign in to comment.