Skip to content

Commit

Permalink
Change branch spec syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan authored Aug 27, 2024
1 parent 4ab481c commit e9030e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ name: Java CI with Gradle

on:
push:
branches: [ "main" ]
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

permissions:
Expand Down

0 comments on commit e9030e3

Please sign in to comment.