Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2b10a81

Browse files
committed
Fix GitHub Actions workflow config
1 parent 6288634 commit 2b10a81

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Main
22
on:
3-
- push
4-
- pull_request_target
3+
push:
4+
branches:
5+
- main
6+
pull_request: {}
57
jobs:
68
ci:
79
strategy:
@@ -16,7 +18,7 @@ jobs:
1618
env:
1719
CI: true
1820
steps:
19-
- uses: actions/checkout@master
21+
- uses: actions/checkout@v3
2022
- uses: ruby/setup-ruby@v1
2123
with:
2224
bundler-cache: true

0 commit comments

Comments
 (0)