Skip to content

Commit

Permalink
run on PRs to main
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Jan 23, 2025
1 parent fb21739 commit 547fdd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/front.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: front

on: pull_request
on:
pull_request:
branches:
- main

jobs:
test:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: go

on: pull_request
on:
pull_request:
branches:
- main

jobs:
test:
Expand Down

0 comments on commit 547fdd0

Please sign in to comment.