diff options
| author | Cody Logan <cody@lokken.dev> | 2023-10-30 16:01:55 -0700 |
|---|---|---|
| committer | Cody Logan <cody@lokken.dev> | 2023-10-30 16:01:55 -0700 |
| commit | bc4bfd3b719efe3b9b5e58f51106e58090653d1a (patch) | |
| tree | 0092c6b947b2bccf0e904be1cf89d6de6b03eff5 /.github/workflows/python.yml | |
| parent | b34a5e2357355642e4ab9a93bb9464ec8601bf0c (diff) | |
| download | wikiget-bc4bfd3b719efe3b9b5e58f51106e58090653d1a.tar.gz wikiget-bc4bfd3b719efe3b9b5e58f51106e58090653d1a.zip | |
Remove use of dev branch
Diffstat (limited to '.github/workflows/python.yml')
| -rw-r--r-- | .github/workflows/python.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 7f44810..ba5ab90 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -5,9 +5,9 @@ name: Python package on: push: - branches: [ "dev" ] + branches: [ "master" ] pull_request: - branches: [ "master", "dev" ] + branches: [ "master" ] jobs: build: |
