Skip to content

Commit

Permalink
Add pull_request in workflows (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
argaen authored May 18, 2024
1 parent 85fdb91 commit 6a60c59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Backend CI

on: [push, workflow_call]
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize, reopened]
workflow_call:

jobs:
build:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Frontend CI

on: [push, workflow_call]
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize, reopened]
workflow_call:

jobs:
build:
Expand Down

0 comments on commit 6a60c59

Please sign in to comment.