Skip to content

Commit

Permalink
[ci] Trigger builds from pull requests (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
slashmo authored Jan 29, 2022
1 parent 0f7526e commit 16da553
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI
on:
push:
pull_request:

jobs:
ci:
Expand All @@ -19,6 +20,6 @@ jobs:
uses: ./
with:
version: ${{ matrix.swift }}

- name: Print Swift Version
run: swift --version

0 comments on commit 16da553

Please sign in to comment.