Skip to content

Commit

Permalink
fix: gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonlaurentino committed May 30, 2022
1 parent 32bcc65 commit 8494396
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: CI

on:
push:
branches: ['main']
branches-ignore:
- main

pull_request:
types: [opened, synchronize]

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: CD

on:
push:
branches: ['main']
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 8494396

Please sign in to comment.