Skip to content

Commit

Permalink
ci: run only on master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed Aug 11, 2020
1 parent 946e4f2 commit 50d008a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Build river and run the test suite every time a commit is pushed to master or
# a pull request is opened against master.

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

name: voidlinux

Expand Down

0 comments on commit 50d008a

Please sign in to comment.