Skip to content

Commit

Permalink
Update GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lelia committed Sep 15, 2022
1 parent 18656db commit fe58c84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: build + test + lint changes
name: build

on: # Rebuild any PRs and main branch changes
push:
branches:
- main
- 'main'
- 'releases/**'
pull_request_target:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fork.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build + test + lint forks
name: build-fork

on: # Rebuild any PRs submitted by forks
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: close stale issues + PRs
name: stale

on:
schedule:
Expand Down

0 comments on commit fe58c84

Please sign in to comment.