Skip to content

Commit

Permalink
Only run CI when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
samwilson committed Oct 26, 2020
1 parent ccc2b20 commit 87c1db2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: CI

on: [push, pull_request]
on:
push:
branches:
- main
- dev
pull_request:
branches:
- '**'

jobs:
build:
Expand Down

0 comments on commit 87c1db2

Please sign in to comment.