Skip to content

Commit

Permalink
wrap github
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny.pan committed Oct 5, 2023
1 parent 2f56c34 commit 32ad634
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: CI

on: [push, pull_request]
on:
pull_request:
branches:
- "*"
push:
branches:
- main

jobs:
test:
runs-on: ubuntu-latest

# We want to run on external PRs, but not on our own internal PRs as they'll be run on push event
if: github.event_name == 'push' || github.event_name == 'pull_request' || github.event.pull_request.head.repo.full_name != 'umbrellio/table_sync'

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 32ad634

Please sign in to comment.