Skip to content

Commit

Permalink
feat: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAngela committed Oct 26, 2023
1 parent cd8f598 commit 9630915
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/dockerfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: docker

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

on:
workflow_dispatch:
push:
branches: [ master ]
paths:
- dockerfile/MaaS3Jenkins-base/Dockerfile
- .github/workflows/dockerfile.yaml

env:
GITHUB_TOKEN: ${{ secrets.MISTEOWORKFLOW }}
TZ: Asia/Shanghai

jobs:
build:
runs-on: ubuntu-latest

steps:
- run: gh workflow run docker --repo MaaAssistantArknights/MaaRelease
File renamed without changes.

0 comments on commit 9630915

Please sign in to comment.