Browse Source

Update commit.yml

Run commit build for master and dev branches
patch
Wayne Warthen 6 years ago
parent
commit
e66d997557
  1. 3
      .github/workflows/commit.yml

3
.github/workflows/commit.yml

@ -2,6 +2,9 @@ name: Commit Build
on:
push:
branches:
- master
- dev
tags-ignore:
- v*

Loading…
Cancel
Save