Skip to content

Commit

Permalink
ci: run CI on PRs to any branch
Browse files Browse the repository at this point in the history
With a new `develop` git workflow it turned out Actions don't run on PRs to branches except for
`main`.
  • Loading branch information
verytactical committed Oct 28, 2024
1 parent a3579a2 commit de5cd54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Test and Deploy

on:
push:
branches: [main]
pull_request:
branches:
- "**"
Expand Down

0 comments on commit de5cd54

Please sign in to comment.