Skip to content

Commit

Permalink
Update cpack workflows (#14)
Browse files Browse the repository at this point in the history
- Reverts edits in PR #13
  • Loading branch information
jrmadsen authored May 30, 2022
1 parent 51488d3 commit ce29187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cpack-opensuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: cpack-opensuse

on:
push:
branches:
- 'releases/**'
tags:
- v1.*
branches: [releases/**]
tags: []

env:
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/cpack-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: cpack-ubuntu

on:
push:
branches:
- 'releases/**'
tags:
- v1.*
branches: [releases/**]
tags: []

env:
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
Expand Down

0 comments on commit ce29187

Please sign in to comment.