Skip to content

Commit

Permalink
build: some GH action update
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidapaulopt committed Dec 11, 2024
1 parent f3543f6 commit ffc986a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
name: build

on:
push:
pull_request:

jobs:
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/release-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# .github/workflows/release.yml
name: goreleaser branch
name: goreleaser devel

on:
push:
branches:
- main
paths-ignore:
- docs/**
- dev/**

permissions:
contents: write
Expand Down

0 comments on commit ffc986a

Please sign in to comment.