Skip to content

Commit

Permalink
ci: babel and other updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 17, 2023
1 parent 1ad519f commit fac00ba
Show file tree
Hide file tree
Showing 3 changed files with 16,831 additions and 14,217 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Scratch Paint CI-CD
on:
pull_request: # Runs whenever a pull request is created or updated
push: # Runs whenever a commit is pushed to the repository...
branches: [master, develop, beta, hotfix/*] # ...on any of these branches
workflow_dispatch: # Allows you to run this workflow manually from the Actions tab
# branches: [master, develop, beta, hotfix/*] # ...on any of these branches

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
Expand Down
Loading

0 comments on commit fac00ba

Please sign in to comment.