Skip to content

Commit

Permalink
create workflow to copy common files between FF and Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
ellielle committed May 3, 2024
1 parent 9159a1b commit 709d30e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/copy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Copy

on:
pull_request:
branches: [main]

jobs:
copy:
name: Copy common files between Firefox and Chrome repos
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Copy to Branches Action
uses: planetoftheweb/copy-to-branches@v1
env:
key: main
exclude: manifest.json
files: README.md ./src

0 comments on commit 709d30e

Please sign in to comment.