Skip to content

Commit

Permalink
Merge pull request #1735 from elanthia-online/workflow-action-running…
Browse files Browse the repository at this point in the history
…-update

chore: workflow actions running on PRs
  • Loading branch information
mrhoribu authored Jan 10, 2025
2 parents 3791283 + d91701a commit 6ddb6e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rspec_tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: RSpec Tests
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rubocop_syntax_checker.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Rubocop
on:
push:
branches:
- master
paths:
- 'scripts/**'
- 'type_data/migrations/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ruby_syntax_checker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Valid Ruby Syntax
on:
push:
branches:
- master
paths:
- 'scripts/**'
- 'type_data/migrations/**'
Expand Down

0 comments on commit 6ddb6e6

Please sign in to comment.