Skip to content

Commit 27ba12e

Browse files
committed
chore: CI jobs updates
1 parent e860ad0 commit 27ba12e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ws-dir: '.'
2222

2323
- name: Bit Pull Request
24-
uses: bit-tasks/pull-request@main
24+
uses: bit-tasks/pull-request@v3
2525
with:
2626
build: true
2727
version-labels: true

.github/workflows/verify.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Bit verify
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- main
47

58
jobs:
69
verify:

0 commit comments

Comments
 (0)