Skip to content

Commit

Permalink
remove branch condition for workflow for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Feb 21, 2024
1 parent 8cc0691 commit f37b151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Lokaler Merge Workflow

on:
push:
paths:
- 'backend/**'
# push:
# paths:
# - 'backend/**'
pull_request:
types: [opened, reopened]

Expand Down

0 comments on commit f37b151

Please sign in to comment.