Enable workflows on develop

This commit is contained in:
Softwarenoob
2021-06-13 17:37:05 +03:00
parent 87919ac50d
commit b90550c299
6 changed files with 7 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ on:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:
branches: branches:
- master - develop
paths: paths:
- games/** - games/**
jobs: jobs:
@@ -35,4 +35,4 @@ jobs:
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: | tags: |
ghcr.io/parkervcp/games:${{ matrix.game }} ghcr.io/parkervcp/yolks:games_${{ matrix.game }}

View File

@@ -4,7 +4,7 @@ on:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:
branches: branches:
- master - develop
paths: paths:
- go/** - go/**
jobs: jobs:

View File

@@ -4,7 +4,7 @@ on:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:
branches: branches:
- master - develop
paths: paths:
- installers/** - installers/**
jobs: jobs:

View File

@@ -4,7 +4,7 @@ on:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:
branches: branches:
- master - develop
paths: paths:
- java/** - java/**
jobs: jobs:

View File

@@ -4,7 +4,7 @@ on:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:
branches: branches:
- master - develop
paths: paths:
- nodejs/* - nodejs/*
jobs: jobs:

View File

@@ -4,7 +4,7 @@ on:
- cron: "0 0 * * 1" - cron: "0 0 * * 1"
push: push:
branches: branches:
- master - develop
paths: paths:
- python/** - python/**
jobs: jobs: