Skip to content

Commit

Permalink
Merge pull request #1 from OpenBB-finance/bugfix/test-rules
Browse files Browse the repository at this point in the history
Update workflow 'on' condition
  • Loading branch information
montezdesousa authored Jun 24, 2024
2 parents eadce2a + 2a0bd8a commit 51a5032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: 📑 Deploy to GitHub Pages
on:
push:
branches:
- main
- '**' # This will match pushes to any branch
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
- '**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 51a5032

Please sign in to comment.