Skip to content

Commit

Permalink
fix(cleanup): test7
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Guerra committed Nov 28, 2023
1 parent a747ea7 commit 47cfea7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 24 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
name: CD

on:
push:
paths:
- "cmd/**"
- "internal/**"
- "pkg/**"
- "test/**"
- "Dockerfile"
- "go.mod"
- "go.sum"
- "main.go"
- "Makefile"
branches:
- main
# on:
# push:
# paths:
# - "cmd/**"
# - "internal/**"
# - "pkg/**"
# - "test/**"
# - "Dockerfile"
# - "go.mod"
# - "go.sum"
# - "main.go"
# - "Makefile"
# branches:
# - main

pull_request: # remove just for testing
branches:
- main
# pull_request: # remove just for testing
# branches:
# - main

permissions:
contents: read
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI

on:
push:
branches:
- main
pull_request:
branches:
- main
# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: CI/CD

on:
push:
branches:
Expand Down

0 comments on commit 47cfea7

Please sign in to comment.