Skip to content

Commit

Permalink
now?
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Jul 15, 2024
1 parent 42be94c commit bd2e25d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Nextron Nightly Builds

on:
push:
branches: [ "*" ]
branches:
- '*'
- 'dev/**'
pull_request:
branches: [ "*" ]
branches:
- '*'
- 'dev/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit bd2e25d

Please sign in to comment.