Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgiakatos committed Nov 8, 2024
1 parent e434d12 commit 77a22b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: PR Validation
on:
pull_request:
types: [edited, opened, synchronize, reopened]
branches: ["*"]
branches: ["main", "dev"]

jobs:
validate-pr:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 77a22b8

Please sign in to comment.