Skip to content

Commit

Permalink
chore: update ci to allow for workflow disptach
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicegginton committed Sep 1, 2024
1 parent 91f6ff3 commit aec370b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: CI
on: push

on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
test:
name: Test on ${{ matrix.os }}
Expand All @@ -13,4 +22,4 @@ jobs:
- name: Build Source & Tests
run: swift build --build-tests
- name: Test
run: swift test --enable-test-discovery
run: swift test --enable-test-discovery

0 comments on commit aec370b

Please sign in to comment.