Skip to content

Commit

Permalink
Merge pull request #64 from ucudal/task/todo-to-issue-on-main
Browse files Browse the repository at this point in the history
Task: Modify "Todo to Issue" action to run on pushes to main
  • Loading branch information
fmachadopiriz authored Jun 18, 2024
2 parents db0e95b + e5c52dc commit 814c23b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "Run TODO to Issue"
on: [ "push" ]
on:
push:
branches:
- "main"
jobs:
build:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 814c23b

Please sign in to comment.