Skip to content

Commit ce938ab

Browse files
authored
Merge pull request #186 from bluetech/ci-not-on-every-push
ci: don't run on every push
2 parents d6aa1a5 + bb6eee6 commit ce938ab

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
name: build
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- "master"
7+
- "test-me-*"
8+
tags:
9+
- "[0-9]+.[0-9]+.[0-9]+"
10+
- "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"
11+
12+
pull_request:
13+
branches:
14+
- "master"
415

516
jobs:
617
tests:

0 commit comments

Comments
 (0)