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 4881bb6 + 19643ba commit fa4bae9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
test:
if: ${{ github.triggering_actor == 'RyuunosukeDS3' && github.ref == 'develop' }}
if: ${{ github.triggering_actor == 'RyuunosukeDS3' && github.ref == 'refs/heads/develop' }}
runs-on: ubuntu-latest
steps:
- name: echo triggering
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Clonando Scorched CI
run: |
git clone https://github.com/ScorchedDevs/scorched-ci.git
cd scorched-ci
git fetch --tags
latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
git checkout $latestTag
echo Running with Scorched-ci version $latestTag
- name: Instalando dependencias
run: |
cd scorched-ci
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Novas funcionalidades

- adicionando test.yml
- #3 - adicionado logs dos eventos

## Melhorias

Expand Down

0 comments on commit fa4bae9

Please sign in to comment.