Skip to content

Commit

Permalink
Only run push on master
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Apr 8, 2021
1 parent 1e47041 commit 5135cd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: CI
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5135cd3

Please sign in to comment.