Skip to content

Commit

Permalink
fix: allow to run rails-test on main
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio authored Feb 12, 2023
1 parent a548aae commit 860b214
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/rails-test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Rails test

on:
push:
branches-ignore: [ main ]
pull_request:
branches-ignore: [ main ]
on: [ push, pull_request ]

env:
RAILS_ENV: test
Expand Down Expand Up @@ -46,4 +42,4 @@ jobs:
- name: Upload coverage
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ github.token }}
github-token: ${{ github.token }}

0 comments on commit 860b214

Please sign in to comment.