Skip to content

Commit

Permalink
Only run jobs on the main branch.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <jperkins@redhat.com>
  • Loading branch information
jamezp committed Aug 10, 2023
1 parent 9dad954 commit 93bbaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: Build and Test RESTEasy

on:
push:
branches-ignore:
- 'dependabot/**'
branches:
- 'main'
paths-ignore:
- '.gitignore'
- ".github/workflows/manual-*.yml"
Expand Down

0 comments on commit 93bbaf8

Please sign in to comment.