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: on:
push: push:
branches:
- master
- dev
tags-ignore: tags-ignore:
- v* - v*

Loading…
Cancel
Save