Skip to content

Commit

Permalink
Drop Travis CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-manu committed Sep 21, 2024
1 parent f637250 commit 40e330c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 53 deletions.
26 changes: 14 additions & 12 deletions .github/workflows/appimage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- ci
tags:
- v*

jobs:
build:
Expand All @@ -30,15 +32,15 @@ jobs:
- name: Build the AppImage
run: ./build-appimage.sh

# deploy:
# if: github.ref == 'refs/heads/master' && github.event_name != 'schedule'
# needs: build
# runs-on: ubuntu-20.04
#
# steps:
# - name: Upload to GitHub Releases
# uses: softprops/action-gh-release@v1
# with:
# files: build-appimage/MiniResizer-x86_64.AppImage
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release:
if: ${{ startsWith(github.ref, 'refs/tags/') }}
needs: build
runs-on: ubuntu-20.04

steps:
- name: Upload to GitHub Releases
uses: softprops/action-gh-release@v1
with:
files: build-appimage/MiniResizer-x86_64.AppImage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41 changes: 0 additions & 41 deletions .travis.yml

This file was deleted.

0 comments on commit 40e330c

Please sign in to comment.