Skip to content

Commit

Permalink
Merge branch 'main' into add-powershell-exe-paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley authored Feb 14, 2024
2 parents 20a42d9 + 042a0ad commit 9d6018b
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 9d6018b

Please sign in to comment.