Skip to content

Commit

Permalink
Merge pull request #377 from djmitche/fix-actions
Browse files Browse the repository at this point in the history
Run actions on 'main', not 'develop'
  • Loading branch information
djmitche authored Apr 21, 2024
2 parents 72f09bb + b4cd6b6 commit 556541d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: checks
on:
push:
branches:
- develop
- main
pull_request:
types: [opened, reopened, synchronize]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: docs
on:
push:
branches:
- develop
- main

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: tests - rust
on:
push:
branches:
- develop
- main
pull_request:
types: [opened, reopened, synchronize]

Expand Down

0 comments on commit 556541d

Please sign in to comment.