Skip to content

Commit 3433c79

Browse files
committed
chore: update normal ci to only run on prs and default branch
1 parent 9379fd8 commit 3433c79

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
name: link
1+
name: Build
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- "develop"
7+
- "main"
8+
pull_request:
49

510
env:
611
OAT_VERSION: "0.21.2"

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Release
2+
23
on:
34
push:
45
tags:

0 commit comments

Comments
 (0)