Skip to content

Commit e64806b

Browse files
committed
chore: run workflow when pullrequest
1 parent 286e199 commit e64806b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: CI
33
on:
44
push:
55
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
69
jobs:
710
build:
811
strategy:
@@ -23,5 +26,4 @@ jobs:
2326
make self
2427
make self
2528
time make self
26-
update_bootstrap:
27-
uses: ./.github/workflows/update_bootstrap.yml
29+

.github/workflows/update_bootstrap.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Update Bootstrap Files
22

33
on:
4-
workflow_call:
4+
push:
5+
branches: [main]
56

67
jobs:
78
update-files:

0 commit comments

Comments
 (0)