Skip to content

Commit

Permalink
Starting to test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixFrog committed Aug 12, 2024
1 parent 2888c97 commit 6de6227
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/move-to-in-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: move-card-to-in-review

on:
pull_request:
types: [opened, reopened, ready_for_review]

jobs:
move-to-in-review:
runs-on: ubuntu-latest
steps:
- run: env

0 comments on commit 6de6227

Please sign in to comment.