Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
- renamed the action
- run the action on PRs made to main
  • Loading branch information
asiripanich authored Jan 31, 2023
1 parent 2a9586f commit 7ee39b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: ubuntu-manual-install
name: transform-xml-to-json

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 7ee39b1

Please sign in to comment.