Skip to content

Commit

Permalink
ci: only execute for pushes to the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira committed Dec 5, 2024
1 parent a6803f0 commit d5e8ef5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- 'docs/**'
- 'mkdocs.yml'
push:
branches:
- main

jobs:
# From https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/evaluate-expressions-in-workflows-and-actions#example-returning-a-json-object
Expand Down

0 comments on commit d5e8ef5

Please sign in to comment.