Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Continuous Integration action #8

Closed
SampaioLeal opened this issue Nov 30, 2021 · 2 comments · Fixed by #7
Closed

Update Continuous Integration action #8

SampaioLeal opened this issue Nov 30, 2021 · 2 comments · Fixed by #7
Assignees
Labels
enhancement New feature or request

Comments

@SampaioLeal
Copy link
Member

SampaioLeal commented Nov 30, 2021

Change to this to only run the action on push to develop and pull request to main branches

on:
  push:
    branches: 
      - develop
  pull_request:
    branches:
      - main
@devzgabriel devzgabriel mentioned this issue Dec 8, 2021
5 tasks
@devzgabriel
Copy link
Member

Change accepted and made on PR #7

@devzgabriel devzgabriel added this to the Initial Release milestone Dec 8, 2021
@devzgabriel devzgabriel added the enhancement New feature or request label Dec 8, 2021
@devzgabriel devzgabriel self-assigned this Dec 8, 2021
@devzgabriel devzgabriel linked a pull request Dec 8, 2021 that will close this issue
5 tasks
@SampaioLeal
Copy link
Member Author

Other thing we can do is to made actions need an approval of a member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants