Skip to content

Commit

Permalink
Make the github workflow run for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
popematt committed Nov 15, 2024
1 parent 8506bf5 commit 1d0cb6e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@ name: "Validate Conformance Test Syntax"
on:
push:
pull_request:
branches:
# Branches from forks have the form 'user:branch-name' so we only run this job on pull_request events for
# branches that look like fork branches. Without this we would end up running this job twice for non-forked
# PRs, once for the push and then once for opening the PR.
# Taken from https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/10
- '**:**'

jobs:
check-conformance-test-syntax:
Expand Down

0 comments on commit 1d0cb6e

Please sign in to comment.