Skip to content

Commit

Permalink
changed github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvanderschelling committed Oct 28, 2023
1 parent dc6664e commit 452c53b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr_to_pr.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Pull request to pr/** branches
name: Pull request and push to pr/** branches

on:
pull_request:
branches:
- "pr/**"
push:
branches:
- "pr/**"

jobs:
check-coding-style:
Expand Down

0 comments on commit 452c53b

Please sign in to comment.