Skip to content

Commit

Permalink
Merge pull request #73 from aalves08/adapt-release-wf
Browse files Browse the repository at this point in the history
revert manifest change + enable workflow on push
  • Loading branch information
aalves08 authored Oct 9, 2024
2 parents 30cbce9 + a3721bb commit 7bfa164
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sync-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
release:
types: [released]
# Removing this trigger until the protected rule on the `main` branch does not limit actions.
# push:
# branches:
# - main
# paths:
# - manifest.json
push:
branches:
- main
paths:
- manifest.json

env:
ACTIONS_RUNNER_DEBUG: false
Expand Down
3 changes: 1 addition & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"repo": "neuvector/manager-ext",
"branch": "gh-pages",
"versions": [
"1.0.0",
"2.0.0"
"1.0.0"
]
},
"elemental": {
Expand Down

0 comments on commit 7bfa164

Please sign in to comment.