Skip to content

Commit

Permalink
adjust mac build job to only run on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Jan 17, 2025
1 parent bc06f8a commit 6f29e1b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/mac_store_build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
name: Mac pkg Java CI with Gradle
on: [push, pull_request]
on:
push:
branches:
- dev
tags:
- v*
- "!v*-alpha"
- "!v*-beta"
- "!v*-qa"
pull_request:
branches:
- dev

jobs:
set-env-vars:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 6f29e1b

Please sign in to comment.