Skip to content

Commit

Permalink
update action config
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Dec 2, 2023
1 parent ee698ea commit 4d1c273
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
linux-x86_64:
if: 1
if: 1 && ${{ github.head_ref || github.ref_name }} == 'dev'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
macos-x86_64:
if: 1
if: 1 && ${{ github.head_ref || github.ref_name }} == 'dev'
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
windows:
if: 1
if: 1 && ${{ github.head_ref || github.ref_name }} == 'dev'
runs-on: windows-latest
steps:
- name: Prepare git
Expand Down
2 changes: 0 additions & 2 deletions tools/firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ mkdir -p ${__PROJECT__}/var/
cd ${__PROJECT__}/var/


# python3 ${__PROJECT__}/extension/tools/update-manifest.py firefox

# firefox web extension
# https://github.com/mdn/webextensions-examples.git

Expand Down

0 comments on commit 4d1c273

Please sign in to comment.