Skip to content

Commit

Permalink
Merge pull request #532 from HackIllinois/add-build-for-prs
Browse files Browse the repository at this point in the history
added workflow for prs
  • Loading branch information
s0phialiu authored Aug 8, 2023
2 parents aecfc6c + e6df45f commit a5a4b77
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Swift Lint and Build

on:
push:
branches:
- '**'
#push:
#branches:
#- '**'
pull_request:
branches: ["dev"]

jobs:
lint:
Expand Down

0 comments on commit a5a4b77

Please sign in to comment.