Skip to content

Commit

Permalink
Upload snapshot on push (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotcrab authored Jun 8, 2022
1 parent b25d00b commit 20e14e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/gradle.yml → .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI
name: Build pull request

on: [push]
on:
pull_request:
branches: [ master ]
permissions:
contents: read

jobs:
build:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Upload snapshot
name: Build and upload snapshot

on: workflow_dispatch
on:
push:
branches: [ master ]

jobs:
snapshot:
Expand Down

0 comments on commit 20e14e3

Please # to comment.