Skip to content

Commit 699b641

Browse files
also run CI after merge
1 parent 39ec88d commit 699b641

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
name: CI
22

33
on:
4+
push:
5+
branches:
6+
- main
47
pull_request:
58
branches:
69
- main
7-
- master
810

911
env:
1012
ruby_version: 3.4
@@ -77,4 +79,4 @@ jobs:
7779
7880
- uses: joshmfrankel/simplecov-check-action@main
7981
with:
80-
github_token: ${{ secrets.GITHUB_TOKEN }}
82+
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)