Skip to content

Commit

Permalink
Mergeando develop na main
Browse files Browse the repository at this point in the history
  • Loading branch information
scorched-ci authored Oct 2, 2022
2 parents 644545c + 561c0b1 commit 4881bb6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: test

on:
workflow_dispatch:
inputs:
release:
type: choice
description: Tipo de Release
options:
- test

jobs:
test:
if: ${{ github.triggering_actor == 'RyuunosukeDS3' && github.ref == 'develop' }}
runs-on: ubuntu-latest
steps:
- name: echo triggering
run: echo ${{ github.triggering_actor }}
- name: echo owner
run: echo ${{ github.repository_owner }}
env:
PROJECT_OWNER: ${{ secrets.PROJECT_OWNER }}
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10"]
if: github.ref == 'refs/heads/develop'
steps:
- name: Clonando Scorched CI
run: |
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

## Novas funcionalidades

- N/A
- adicionando test.yml

## Melhorias

- N/A

## Correções

- 123
- N/A

## Quebra de compatibilidade

Expand Down

0 comments on commit 4881bb6

Please sign in to comment.