Skip to content

Commit

Permalink
ci: only trigger on push for master (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-gm authored May 14, 2020
1 parent 5a28516 commit 3abc2b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build and test

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

env:
TZ: Europe/London
Expand Down

0 comments on commit 3abc2b9

Please sign in to comment.