Skip to content

Commit

Permalink
removing the * with main as earlier workflow was meant to run on the …
Browse files Browse the repository at this point in the history
…main branch
  • Loading branch information
jigar-joshi-nirmata committed Dec 22, 2024
1 parent 8dfca5b commit 4892c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- "*"
- main

jobs:
default:
Expand Down

0 comments on commit 4892c07

Please sign in to comment.