Skip to content

Commit

Permalink
ci: remove restricttions on pr triggers (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 authored Apr 16, 2024
1 parent af0264a commit 0ce659c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/figures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: ["main"]
pull_request:
branches: ["main"]

jobs:
lint:
Expand Down

0 comments on commit 0ce659c

Please sign in to comment.