Skip to content

Commit

Permalink
Re-enable feature builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Jan 26, 2024
1 parent 9264f86 commit ecfe6ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/feature.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 2GP Feature Test
on:
workflow_dispatch:
#push:
# branches:
# - feature/**
# - main
push:
branches:
- feature/**
- main
jobs:
feature-test:
name: "Feature Test"
Expand Down

0 comments on commit ecfe6ea

Please sign in to comment.