Skip to content

Commit

Permalink
Merge pull request #3205 from dodona-edu/chore/ci-actions-pull-requst
Browse files Browse the repository at this point in the history
Run CI actions on pull request instead of on push
  • Loading branch information
chvp authored Nov 15, 2021
2 parents 35369a8 + 526d257 commit a979e5c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Lint

on: [push]
on:
push:
branches:
- master
- develop
tags:
- '*'
pull_request:

jobs:
ruby:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Test

on: [push]
on:
push:
branches:
- master
- develop
tags:
- '*'
pull_request:

jobs:
ruby:
Expand Down

0 comments on commit a979e5c

Please sign in to comment.