Skip to content

Commit

Permalink
github actions pls
Browse files Browse the repository at this point in the history
  • Loading branch information
mwgg committed Aug 26, 2024
1 parent a09b4f8 commit 557ca97
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/sort_airports.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
name: Sort JSON

on:
on:
push:
branches:
- master

pull_request:
branches:
- master
types:
- closed

jobs:
sort-json:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 557ca97

Please sign in to comment.