From b2f4486d350d6109b1870d1dc7ad1e38a93ea935 Mon Sep 17 00:00:00 2001 From: Chonlasith Jucksriporn Date: Mon, 21 Oct 2024 20:19:54 +0700 Subject: [PATCH] chore: Allow only PR triggering actions --- .github/workflows/rubyonrails.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index c1eb1e1..6e9cc48 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -6,8 +6,8 @@ # run tests and linters. name: "Ruby on Rails CI" on: - push: - branches: [ "main" ] +# push: +# branches: [ "main" ] pull_request: branches: [ "main" ] jobs: