Skip to content

Commit

Permalink
ci: run validation on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebrown authored Aug 28, 2024
1 parent ef6ce58 commit ee4bbee
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
on: push
name: validate

on:
workflow_dispatch: {}
push:
branches: ["main"]
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review

jobs:
use_s3cmd:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ee4bbee

Please sign in to comment.