computed: dispose also runs when the value of a computation changes #13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: computed | |
on: | |
pull_request: | |
branches: [master] | |
push: | |
branches: [master] | |
jobs: | |
test: | |
uses: ./.github/workflows/test_main.yml | |
with: | |
package: computed | |
secrets: inherit |