Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Only release on create
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 25, 2020
1 parent f46033b commit 8183c6c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Build OSGeo4A

on: [push, pull_request, release]
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
release:
types:
- created

jobs:
build:
Expand Down

0 comments on commit 8183c6c

Please sign in to comment.