Skip to content

Commit

Permalink
ci: Add branch rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Nov 27, 2024
1 parent e098909 commit a4f2ea1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ name: CI

on:
push:
branches: master
pull_request:
branches: master
workflow_dispatch:

jobs:
CI:
runs-on: ubuntu-latest
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit a4f2ea1

Please sign in to comment.