Skip to content

Commit

Permalink
Rename to ci.yml and update action
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed Feb 14, 2024
1 parent 2d66b3c commit a1a8cff
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/build.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
name: Build
name: CI

on:
push:
branches: main
branches:
- '*'
- '!main'

defaults:
run:
shell: pwsh

jobs:
setup:
name: CI
build:
name: Build
runs-on: Ubuntu-Latest

steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit a1a8cff

Please sign in to comment.