Skip to content

Commit

Permalink
ci: remove branch filters from push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Oct 18, 2023
1 parent 48dda25 commit 7c459ae
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: CI
on:
push:
branches:
- main
- develop*
paths-ignore:
- '**.md'
pull_request:
branches:
- main
- develop*
- develop
paths-ignore:
- '**.md'
jobs:
Expand Down

0 comments on commit 7c459ae

Please sign in to comment.