Skip to content

Commit

Permalink
πŸ‘· Update gh workflow to also run on push to main (#60)
Browse files Browse the repository at this point in the history
* πŸ‘· Update gh workflow to also run on push to main

* πŸ“ Add changelog entry
  • Loading branch information
NotJeremyLiu authored Aug 8, 2023
1 parent 841cb80 commit 79f1734
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build / Test On PR

on: [pull_request]
on:
pull_request:
push:
branches:
- main

jobs:
check:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
- [#57](https://github.com/skip-mev/skip-api-contracts/pull/57) Adds cargo upgrade to Makefile, runs cargo upgrade and cargo update.
- [#58](https://github.com/skip-mev/skip-api-contracts/pull/58) Updates make optimize to target /target instead of /code/target
- [#59](https://github.com/skip-mev/skip-api-contracts/pull/59) Add cargo fmt check in github workflow
- [#60](https://github.com/skip-mev/skip-api-contracts/pull/60) Update github workflow to also run on push to main

## [v0.2.0](https://github.com/skip-mev/skip-api-contracts/releases/tag/v0.2.0) - 2023-08-03

Expand Down

0 comments on commit 79f1734

Please sign in to comment.