Skip to content

Commit 072ff4c

Browse files
Merge pull request #46 from Certora/oz/ci
Change ci triggers
2 parents bdc825c + 7688a35 commit 072ff4c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/gambit.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: Gambit
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
tags:
8+
- 'v*'
9+
pull_request:
10+
branches:
11+
- master
12+
workflow_dispatch:
413

514
env:
615
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)