Skip to content

Commit

Permalink
Update add_to_project_board.yml
Browse files Browse the repository at this point in the history
remove pr from the add-to-project-board workflow
  • Loading branch information
ArielA147 authored Jan 12, 2023
1 parent 2850b9f commit b979e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add_to_project_board.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Add new pr or issue to project board

on: [issues, pull_request]
on: [issues]

jobs:
add-to-project:
uses: lambdaisland/open-source/.github/workflows/add-to-project-board.yml@main
secrets: inherit


0 comments on commit b979e29

Please sign in to comment.