Skip to content

Commit

Permalink
style, lint, and format only in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-baumann committed Sep 16, 2024
1 parent 1783f72 commit be13d77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/flint-code-formatter.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
release:
types: [published]
workflow_dispatch:

name: flint-code-formatter

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/style-and-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

Expand Down

0 comments on commit be13d77

Please sign in to comment.