Skip to content

Commit 644d55d

Browse files
authored
Update build.yml
1 parent eee25a6 commit 644d55d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
branches:
55
- main
66
pull_request:
7+
branches:
8+
- main
79
types: [opened, synchronize, reopened]
810
jobs:
911
build:
1012
name: Build and analyze
11-
runs-on: [self-hosted]
13+
runs-on: aws-ec2
1214
steps:
1315
- uses: actions/checkout@v4
1416
with:

0 commit comments

Comments
 (0)