Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 22, 2024
1 parent bab027f commit abf4110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-genesis-transactions-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
pull_request:
branches:
- main
paths:
- transactions/*.toml
push:
branches:
- main
paths:
- transactions/*.toml

concurrency:
group: ${{ github.ref }}
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
poetry run python3 scripts/merge-pr.py
main:
if: ${{ github.event_name == 'push' || 'refs/heads/main' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
name: Rebuild graphs
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit abf4110

Please sign in to comment.