Skip to content

Commit 513c881

Browse files
thewtexhjmjohnson
authored andcommitted
BUG: Update CI triggers
Avoid duplicate PR / Push builds.
1 parent 1e4a4e9 commit 513c881

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/build-test-package.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11

22
name: Build, test, package
33

4-
on: [push,pull_request]
4+
5+
on:
6+
push:
7+
branches:
8+
- main
9+
tags:
10+
- 'v*'
11+
pull_request:
12+
branches:
13+
- main
514

615
jobs:
716
cxx-build-workflow:

0 commit comments

Comments
 (0)