This file contains hidden or 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
# Note: In a yml each level is padded by 2 spaces | |
name: Flutter | |
on: | |
# Runs this action when you push on master | |
push: | |
branches: ["main"] | |
# Runs this when a PR against master is created | |
pull_request: | |
branches: ["main"] |