Skip to content

Commit

Permalink
Add pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Oct 23, 2023
1 parent 74553ff commit af3a5f4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Pull Request or Push

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yml
permissions:
contents: write
pull-requests: read

0 comments on commit af3a5f4

Please sign in to comment.