Skip to content

Commit

Permalink
Trigger build only on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
mryndzionek committed Feb 29, 2020
1 parent 808a6c2 commit a9ec054
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,6 +1,9 @@
name: CI

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

jobs:
build:
Expand Down

0 comments on commit a9ec054

Please sign in to comment.