Skip to content

Commit

Permalink
OGM-1590 Workflow is enabled on main (not master)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Aug 20, 2024
1 parent 54f9e78 commit cf8a2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Hibernate OGM CI
on:
push:
branches:
- 'master'
- 'main'
pull_request:
branches:
- 'master'
- 'main'
# Allow running this workflow against a specific branch/tag
workflow_dispatch:

Expand Down

0 comments on commit cf8a2e0

Please sign in to comment.