Skip to content

Commit

Permalink
Build only on merge to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroopch authored Nov 7, 2020
1 parent 85b1bda commit 113cc41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions
name: CI

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

jobs:
build:
Expand Down

0 comments on commit 113cc41

Please sign in to comment.