Skip to content

Commit

Permalink
try to fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer authored Dec 20, 2024
1 parent a69c7a5 commit 37127cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/validate+sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
workflow_dispatch:
pull_request:
branches: [ master ]

push:
branches: [ master ]
jobs:
lint-and-validate:
runs-on: ubuntu-latest
Expand All @@ -29,9 +30,11 @@ jobs:
with:
schema: docs/config-schema.json
files: configs/conferences/**/config.json
options: --strict=false

mirror:
runs-on: ubuntu-latest
if: ${{ github.ref != 'refs/heads/master' || (github.event_name == 'push' && contains(github.event.head_commit.message, 'Merge pull request')) }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 37127cc

Please sign in to comment.